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 | 業??蘊? | 10001011110001100011111100111111111001010101110100111111 | 8bc63f3fe55d3f |
EUC-JP | 業??蘊? | 10110110110010000011111100111111111010011011111000111111 | b6c83f3fe9be3f |
UTF-8 | 業뺡떧蘊ㅸ | 111001101010010110101101111010111011101010100001111010111001011010100111111010001001100010001010111000111000010110111000 | e6a5adebbaa1eb96a7e8988ae385b8 |
UHC | 業뺡떧蘊ㅸ | 11100101111101101001010111101001100010111011101011101000101100111010010011101000 | e5f695e98bbae8b3a4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)