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???th | 001111110011111100111111011101000011111100111111001111110111010001101000 | 3f3f3f743f3f3f7468 |
SJIS-WIN | ???t???th | 001111110011111100111111011101000011111100111111001111110111010001101000 | 3f3f3f743f3f3f7468 |
EUC-JP | ???t???th | 001111110011111100111111011101000011111100111111001111110111010001101000 | 3f3f3f743f3f3f7468 |
UTF-8 | 창체찾t창체찾th | 111011001011000010111101111011001011001010110100111011001011000010111110011101001110110010110000101111011110110010110010101101001110110010110000101111100111010001101000 | ecb0bdecb2b4ecb0be74ecb0bdecb2b4ecb0be7468 |
UHC | 창체찾t창체찾th | 110000111010001011000011101111001100001110100011011101001100001110100010110000111011110011000011101000110111010001101000 | c3a2c3bcc3a374c3a2c3bcc3a37468 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)