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 | 飄??? | 1110100101000111001111110011111100111111 | e9473f3f3f |
EUC-JP | 飄??? | 1111000110101000001111110011111100111111 | f1a83f3f3f |
UTF-8 | 飄폈렰렧 | 111010011010001110000100111011011000111110001000111010111010000010110000111010111010000010100111 | e9a384ed8f88eba0b0eba0a7 |
UHC | 飄폈렰렧 | 1111100011111101110001101111000110001110101111011000111010110110 | f8fdc6f18ebd8eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)