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 | 鉋オ贒介 | 11100111111011101011010111111011101011111000100111101110 | e7eeb5fbaf89ee |
EUC-JP | 鉋オ贒介 | 111011101111000010001110101101011000111111011111110000111011001011110000 | eef08eb58fdfc3b2f0 |
UTF-8 | 鉋オ贒介 | 111010011000100110001011111011111011110110110101111010001011010010010010111001001011101110001011 | e9898befbdb5e8b492e4bb8b |
UHC | ???介 | 0011111100111111001111111100101110111111 | 3f3f3fcbbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)