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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 楯狼~ | 1000111101111100100110000101010001111110 | 8f7c98547e |
EUC-JP | 楯狼~ | 1011110111011101110011111011010101111110 | bdddcfb57e |
UTF-8 | 楯狼~ | 11100110101001011010111111100111100010111011110001111110 | e6a5afe78bbc7e |
UHC | 楯狼~ | 1110001011100100110101011100100101111110 | e2e4d5c97e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)