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 | 顆る㍽ | 111010001111011110000010111010011000011110001110 | e8f782e9878e |
EUC-JP | 顆る? | 1111000011111001101001001110101100111111 | f0f9a4eb3f |
UTF-8 | 顆る㍽ | 111010011010000110000110111000111000001010001011111000111000110110111101 | e9a186e3828be38dbd |
UHC | 顆る? | 1100111010101000101010101110101100111111 | cea8aaeb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)