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 | 娃??奄?? | 1000100010100001001111110011111110001001100000100011111100111111 | 88a13f3f89823f3f |
EUC-JP | 娃??奄?? | 1011000010100011001111110011111110110001111000100011111100111111 | b0a33f3fb1e23f3f |
UTF-8 | 娃면겦奄앮톭 | 111001011010100010000011111010111010100110110100111010101011001010100110111001011010010110000100111011001001010110101110111011011000011010101101 | e5a883eba9b4eab2a6e5a584ec95aeed86ad |
UHC | 娃면겦奄앮톭 | 111010001101111110111000111010011000000110111000111001011111001010011101111001101011011110000101 | e8dfb8e981b8e5f29de6b785 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)