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 | 娃???℡? | 1000100010100001001111110011111100111111100001111000010000111111 | 88a13f3f3f87843f |
EUC-JP | 娃??佾?? | 101100001010001100111111001111111000111110110000111110110011111100111111 | b0a33f3f8fb0fb3f3f |
UTF-8 | 娃숇짔佾℡젇 | 111001011010100010000011111011001000100010000111111011001010011110010100111001001011110110111110111000101000010010100001111011001010000010000111 | e5a883ec8887eca794e4bdbee284a1eca087 |
UHC | 娃숇짔佾℡젇 | 111010001101111110011001111010111010001110011101111011001110101110100010111001011010000010001010 | e8df99eba39deceba2e5a08a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)