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 | 111010000100001010001011101101000011111101101011 | e8428bb43f6b |
EUC-JP | 錚橋?k | 111011111010001110110110101101100011111101101011 | efa3b6b63f6b |
UTF-8 | 錚橋걋k | 11101001100011001001101011100110101010011000101111101010101100011000101101101011 | e98c9ae6a98beab18b6b |
UHC | 錚橋걋k | 11101110101101101100111011101001101100001100000001101011 | eeb6cee9b0c06b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)