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 | 111001100110001000111111001111111001000011011111001111110101010001000010 | e6623f3f90df3f5442 |
EUC-JP | 訝??節?TB | 111010111100001100111111001111111100000011100001001111110101010001000010 | ebc33f3fc0e13f5442 |
UTF-8 | 訝딃츫節췪TB | 1110100010101000100111011110101110010100100000111110110010111000101010111110011110101111100000001110110010110111101010100101010001000010 | e8a89deb9483ecb8abe7af80ecb7aa5442 |
UHC | 訝딃츫節췪TB | 111001001011100010001010111010011010111010100000111011111011110110101110011010000101010001000010 | e4b88ae9aea0efbdae685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)