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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 奄?? | 10001001100000100011111100111111 | 89823f3f |
EUC-JP | 奄?? | 10110001111000100011111100111111 | b1e23f3f |
UTF-8 | 奄몄콋 | 111001011010010110000100111010111010101010000100111011001011110110001011 | e5a584ebaa84ecbd8b |
UHC | 奄몄콋 | 111001011111001010111000111011001011000110000111 | e5f2b8ecb187 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)