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 | 閨願滋 | 111010001000000110001010111010001000111010100000 | e8818ae88ea0 |
EUC-JP | 閨願滋 | 111011111110000110110100111010101011110010100010 | efe1b4eabca2 |
UTF-8 | 閨願滋 | 111010011001011010101000111010011010000110011000111001101011101110001011 | e996a8e9a198e6bb8b |
UHC | 閨願滋 | 110100001011000111101010110000111110110110110010 | d0b1eac3edb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)