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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 予??宜→? | 100101110101110000111111001111111000101101011000100000011010100000111111 | 975c3f3f8b5881a83f |
EUC-JP | 予??宜→? | 110011011011110100111111001111111011010110111001101000101010101000111111 | cdbd3f3fb5b9a2aa3f |
UTF-8 | 予쀫쪉宜→셀 | 111001001011101010001000111011001000000010101011111011001010101010001001111001011010111010011100111000101000011010010010111011001000010110000000 | e4ba88ec80abecaa89e5ae9ce28692ec8580 |
UHC | 予쀫쪉宜→셀 | 111001011111100010010111111010111010010110000011111010111111000110100001111001101011110010111111 | e5f897eba583ebf1a1e6bcbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)