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 | ?????TB | 00111111001111110011111100111111001111110101010001000010 | 3f3f3f3f3f5442 |
SJIS-WIN | 影??絶?TB | 100010010110010100111111001111111001000011100010001111110101010001000010 | 89653f3f90e23f5442 |
EUC-JP | 影??絶?TB | 101100011100011000111111001111111100000011100100001111110101010001000010 | b1c63f3fc0e43f5442 |
UTF-8 | 影좑숯絶뇀TB | 1110010110111101101100011110110010100010100100011110110010001000101011111110011110110101101101101110101110000111100000000101010001000010 | e5bdb1eca291ec88afe7b5b6eb87805442 |
UHC | 影좑숯絶뇀TB | 111001111010111110100000111011111011110110100001111011111011111010000111011010000101010001000010 | e7afa0efbda1efbe87685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)