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 | ????b | 0011111100111111001111110011111101100010 | 3f3f3f3f62 |
SJIS-WIN | 譽啌蟾スb | 1110011010100011100110100101001011100101101101111011110101100010 | e6a39a52e5b7bd62 |
EUC-JP | 譽啌蟾スb | 111011001010010111010011101100111110101010111001100011101011110101100010 | eca5d3b3eab98ebd62 |
UTF-8 | 譽啌蟾スb | 11101000101011011011110111100101100101011000110011101000100111111011111011101111101111011011110101100010 | e8adbde5958ce89fbeefbdbd62 |
UHC | 譽?蟾?b | 11100111111000100011111111100000111010100011111101100010 | e7e23fe0ea3f62 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)