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 | 娃??娃?? | 1000100010100001001111110011111110001000101000010011111100111111 | 88a13f3f88a13f3f |
EUC-JP | 娃??娃?? | 1011000010100011001111110011111110110000101000110011111100111111 | b0a33f3fb0a33f3f |
UTF-8 | 娃쏙슁娃뀐쉼 | 111001011010100010000011111011001000111110011001111011001000101010000001111001011010100010000011111010111000000010010000111011001000100110111100 | e5a883ec8f99ec8a81e5a883eb8090ec89bc |
UHC | 娃쏙슁娃뀐쉼 | 111010001101111110111101111011111011110110110011111010001101111110110010111011111011110110110000 | e8dfbdefbdb3e8dfb2efbdb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)