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 | 1000100110011010001111110011111100111111001111110101010001000010 | 899a3f3f3f3f5442 |
EUC-JP | 凹????TB | 1011000111111010001111110011111100111111001111110101010001000010 | b1fa3f3f3f3f5442 |
UTF-8 | 凹뤷퉬旅긤TB | 1110010110000111101110011110101110100100101101111110110110001001101011001110111110100110100000111110101010111000101001000101010001000010 | e587b9eba4b7ed89acefa683eab8a45442 |
UHC | 凹뤷퉬旅긤TB | 111010001110101010001111111001011011100110000100111001101010000110000011011010000101010001000010 | e8ea8fe5b984e6a183685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)