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 | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-WIN | 鞜泌叉o | 11101000110111111001010011100101100011011011001101101111 | e8df94e58db36f |
EUC-JP | 鞜泌叉o | 11110000111000011100100011100111101110101011010101101111 | f0e1c8e7bab56f |
UTF-8 | 鞜泌叉o | 11101001100111101001110011100110101100111000110011100101100011111000100101101111 | e99e9ce6b38ce58f896f |
UHC | ?泌叉o | 001111111111100110110010111100111010100101101111 | 3ff9b2f3a96f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)