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 | 1101110111000000111100101111101101101011 | ddc0f2fb6b |
EUC-JP | ンタ?k | 100011101101110110001110110000000011111101101011 | 8edd8ec03f6b |
UTF-8 | ンタk | 11101111101111101001110111101111101111101000000011101110100010001011001001101011 | efbe9defbe80ee88b26b |
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)