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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | 鱆唏俾k | 11101001111000011001101001001000100110001110101001101011 | e9e19a4898ea6b |
EUC-JP | 鱆唏俾k | 11110010111000111101001110101001110100001110110001101011 | f2e3d3a9d0ec6b |
UTF-8 | 鱆唏俾k | 11101001101100011000011011100101100101001000111111100100101111111011111001101011 | e9b186e5948fe4bfbe6b |
UHC | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)