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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 達蔵達蔵B | 100100100100001010010001101000001001001001000010100100011010000001000010 | 924291a0924291a042 |
EUC-JP | 達蔵達蔵B | 110000111010001111000010101000101100001110100011110000101010001001000010 | c3a3c2a2c3a3c2a242 |
UTF-8 | 達蔵達蔵B | 11101001100000011001010011101000100101001011010111101001100000011001010011101000100101001011010101000010 | e98194e894b5e98194e894b542 |
UHC | 達?達?B | 11010011101110010011111111010011101110010011111101000010 | d3b93fd3b93f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)