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 | 髫簿ぞ | 111010011001101010010101111010111000001010111100 | e99a95eb82bc |
EUC-JP | 髫簿ぞ | 111100011111101011001010111011011010010010111110 | f1facaeda4be |
UTF-8 | 髫簿ぞ | 111010011010101110101011111001111011000010111111111000111000000110011110 | e9ababe7b0bfe3819e |
UHC | ?簿ぞ | 0011111111011101101011011010101010111110 | 3fddadaabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)