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 | ???h?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
SJIS-WIN | ?戍終h?戍 | 001111111001110011111001100011110100100101101000001111111001110011111001 | 3f9cf98f49683f9cf9 |
EUC-JP | ?戍終h?戍 | 001111111101100011111011101111011010101001101000001111111101100011111011 | 3fd8fbbdaa683fd8fb |
UTF-8 | 룶戍終h룶戍 | 11101011101000111011011011100110100010001000110111100111101101011000001001101000111010111010001110110110111001101000100010001101 | eba3b6e6888de7b58268eba3b6e6888d |
UHC | 룶戍終h룶戍 | 1000111110101011111000101010000111110000111110110110100010001111101010111110001010100001 | 8fabe2a1f0fb688fabe2a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)