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[??b[^ | 001111110011111101100010010110110011111100111111011000100101101101011110 | 3f3f625b3f3f625b5e |
SJIS-WIN | 鵝?b[鵝?b[^ | 1110101001000000001111110110001001011011111010100100000000111111011000100101101101011110 | ea403f625bea403f625b5e |
EUC-JP | 鵝?b[鵝?b[^ | 1111001110100001001111110110001001011011111100111010000100111111011000100101101101011110 | f3a13f625bf3a13f625b5e |
UTF-8 | 鵝냊b[鵝냊b[^ | 1110100110110101100111011110101110000011100010100110001001011011111010011011010110011101111010111000001110001010011000100101101101011110 | e9b59deb838a625be9b59deb838a625b5e |
UHC | 鵝냊b[鵝냊b[^ | 11100100101111011000011001010100011000100101101111100100101111011000011001010100011000100101101101011110 | e4bd8654625be4bd8654625b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)