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 | 001111110011111100111111010101000011111100111111001111110101010001000010 | 3f3f3f543f3f3f5442 |
SJIS-WIN | シォTシォTB | 1111001011110001101111001010101101010100111100101111000110111100101010110101010001000010 | f2f1bcab54f2f1bcab5442 |
EUC-JP | ?シォT?シォTB | 00111111100011101011110010001110101010110101010000111111100011101011110010001110101010110101010001000010 | 3f8ebc8eab543f8ebc8eab5442 |
UTF-8 | シォTシォTB | 111011101000100010101000111011111011110110111100111011111011110110101011010101001110111010001000101010001110111110111101101111001110111110111101101010110101010001000010 | ee88a8efbdbcefbdab54ee88a8efbdbcefbdab5442 |
UHC | ???T???TB | 001111110011111100111111010101000011111100111111001111110101010001000010 | 3f3f3f543f3f3f5442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)