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 | 遽狗」 | 1110011110101111100010111110011110100011 | e7af8be7a3 |
EUC-JP | 遽狗」 | 111011101011000110110110111010011000111010100011 | eeb1b6e98ea3 |
UTF-8 | 遽狗」 | 111010011000000110111101111001111000101110010111111011111011110110100011 | e981bde78b97efbda3 |
UHC | 遽狗? | 1100101111101000110011111011011100111111 | cbe8cfb73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)