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 | ?T?TB | 0011111101010100001111110101010001000010 | 3f543f5442 |
SJIS-WIN | 達T達TB | 10010010010000100101010010010010010000100101010001000010 | 92425492425442 |
EUC-JP | 達T達TB | 11000011101000110101010011000011101000110101010001000010 | c3a354c3a35442 |
UTF-8 | 達T達TB | 111010011000000110010100010101001110100110000001100101000101010001000010 | e9819454e981945442 |
UHC | 達T達TB | 11010011101110010101010011010011101110010101010001000010 | d3b954d3b95442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)