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 | ?飄?? | 0011111111101001010001110011111100111111 | 3fe9473f3f |
EUC-JP | ?飄?? | 0011111111110001101010000011111100111111 | 3ff1a83f3f |
UTF-8 | 롔飄롐롊 | 111010111010000110010100111010011010001110000100111010111010000110010000111010111010000110001010 | eba194e9a384eba190eba18a |
UHC | 롔飄롐롊 | 1000111011011000111110001111110110001110110101101000111011010000 | 8ed8f8fd8ed68ed0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)