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 | ?????TH | 00111111001111110011111100111111001111110101010001001000 | 3f3f3f3f3f5448 |
SJIS-WIN | ?????TH | 00111111001111110011111100111111001111110101010001001000 | 3f3f3f3f3f5448 |
EUC-JP | ?????TH | 00111111001111110011111100111111001111110101010001001000 | 3f3f3f3f3f5448 |
UTF-8 | 챈짜혦챗혟TH | 1110110010110001100010001110110010100111100111001110110110011000101001101110110010110001100101111110110110011000100111110101010001001000 | ecb188eca79ced98a6ecb197ed989f5448 |
UHC | 챈짜혦챗혟TH | 110000111010011011000010101001011100001010001110110000111010101011000010100010010101010001001000 | c3a6c2a5c28ec3aac2895448 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)