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?? | 0011111100111111010101000011111100111111 | 3f3f543f3f |
SJIS-WIN | 但尊T但尊 | 100100100100000110010001101110000101010010010010010000011001000110111000 | 924191b854924191b8 |
EUC-JP | 但尊T但尊 | 110000111010001011000010101110100101010011000011101000101100001010111010 | c3a2c2ba54c3a2c2ba |
UTF-8 | 但尊T但尊 | 11100100101111011000011011100101101100001000101001010100111001001011110110000110111001011011000010001010 | e4bd86e5b08a54e4bd86e5b08a |
UHC | 但尊T但尊 | 110100111010001111110000111011100101010011010011101000111111000011101110 | d3a3f0ee54d3a3f0ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)