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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 底??奉? | 10010010111010100011111100111111100101011111001000111111 | 92ea3f3f95f23f |
EUC-JP | 底??奉? | 11000100111011000011111100111111110010101111010000111111 | c4ec3f3fcaf43f |
UTF-8 | 底잴렔奉ㅄ | 111001011011101010010101111011001001111010110100111010111010000010010100111001011010010110001001111000111000010110000100 | e5ba95ec9eb4eba094e5a589e38584 |
UHC | 底잴렔奉ㅄ | 11101110101111001100000011101010100011101010100111011100111001011010010010110100 | eebcc0ea8ea9dce5a4b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)