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 | ルツ馞 | 11011001110000101111101111111010 | d9c2fbfa |
EUC-JP | ルツ? | 1000111011011001100011101100001000111111 | 8ed98ec23f |
UTF-8 | ルツ馞 | 111011111011111010011001111011111011111010000010111010011010011010011110 | efbe99efbe82e9a69e |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)