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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?曉? | 00111111100111011111101000111111 | 3f9dfa3f |
EUC-JP | ?曉? | 00111111110110101111110000111111 | 3fdafc3f |
UTF-8 | 룿曉먈 | 111010111010001110111111111001101001101110001001111010111010100010001000 | eba3bfe69b89eba888 |
UHC | 룿曉먈 | 100011111011000011111100111110111011100011010001 | 8fb0fcfbb8d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)