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 | 省ホ | 1000111111001000111110001000111011001110 | 8fc8f88ece |
EUC-JP | 省?ホ | 1011111011001010001111111000111011001110 | beca3f8ece |
UTF-8 | 省ホ | 111001111001110010000001111011101001100010101101111011111011111010001110 | e79c81ee98adefbe8e |
UHC | 省?? | 11100000111111010011111100111111 | e0fd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)