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 | ??a? | 00111111001111110110000100111111 | 3f3f613f |
SJIS-WIN | 霎ーa霎 | 111010001011111010110000011000011110100010111110 | e8beb061e8be |
EUC-JP | 霎ーa霎 | 11110000110000001000111010110000011000011111000011000000 | f0c08eb061f0c0 |
UTF-8 | 霎ーa霎 | 11101001100111001000111011101111101111011011000001100001111010011001110010001110 | e99c8eefbdb061e99c8e |
UHC | ??a? | 00111111001111110110000100111111 | 3f3f613f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)