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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??枇忿垈^ | 001111110011111110010100111110001001110001111100100110101011000001011110 | 3f3f94f89c7c9ab05e |
EUC-JP | ??枇忿垈^ | 001111110011111111001000111110101101011111011101110101001011001001011110 | 3f3fc8fad7ddd4b25e |
UTF-8 | 뤯휀枇忿垈^ | 11101011101001001010111111101101100111001000000011100110100111101000011111100101101111111011111111100101100111101000100001011110 | eba4afed9c80e69e87e5bfbfe59e885e |
UHC | 뤯휀枇忿垈^ | 1000111111011101110010001101001111011101111011011101110111001000110100111101110001011110 | 8fddc8d3ddedddc8d3dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)