To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 獎ア、猾 | 111000001101000010110001101001001110000011001111 | e0d0b1a4e0cf |
EUC-JP | 獎ア、猾 | 1110000011010010100011101011000110001110101001001110000011010001 | e0d28eb18ea4e0d1 |
UTF-8 | 獎ア、猾 | 111001111000110110001110111011111011110110110001111011111011110110100100111001111000110010111110 | e78d8eefbdb1efbda4e78cbe |
UHC | ???猾 | 0011111100111111001111111111110011000010 | 3f3f3ffcc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)