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 | 10010010010000111001001001001000100100011010000001101011 | 9243924891a06b |
EUC-JP | 辰辿蔵k | 11000011101001001100001110101001110000101010001001101011 | c3a4c3a9c2a26b |
UTF-8 | 辰辿蔵k | 11101000101111101011000011101000101111101011111111101000100101001011010101101011 | e8beb0e8bebfe894b56b |
UHC | 辰??k | 1111001011100011001111110011111101101011 | f2e33f3f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)