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 | 食??燼 | 100100000100100000111111001111111110000010011110 | 90483f3fe09e |
EUC-JP | 食??燼 | 101111111010100100111111001111111101111111111110 | bfa93f3fdffe |
UTF-8 | 食롢댏燼 | 111010011010001110011111111010111010000110100010111010111000110010001111111001111000011110111100 | e9a39feba1a2eb8c8fe787bc |
UHC | 食롢댏燼 | 1110001111011101100011101110001110001000101110001110001111101000 | e3dd8ee388b8e3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)