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 | 100111101011011011100000011011100011111101101011 | 9eb6e06e3f6b |
EUC-JP | 楔瀟?k | 110111001011100011011111110011110011111101101011 | dcb8dfcf3f6b |
UTF-8 | 楔瀟了k | 11100110101001011001010011100111100000001001111111101111101001101011101001101011 | e6a594e7809fefa6ba6b |
UHC | 楔瀟了k | 11100000110110111110000110111110111010001110011101101011 | e0dbe1bee8e76b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)