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 | 螢梧◎ | 111001011010001110001100111001101000000110011101 | e5a38ce6819d |
EUC-JP | 螢梧◎ | 111010101010010110111000111010001010000111111101 | eaa5b8e8a1fd |
UTF-8 | 螢梧◎ | 111010001001111010100010111001101010001010100111111000101001011110001110 | e89ea2e6a2a7e2978e |
UHC | 螢梧◎ | 111110111010101111100111111111001010000111011101 | fbabe7fca1dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)