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 | ???U | 00111111001111110011111101010101 | 3f3f3f55 |
SJIS-WIN | 鉞護姐U | 11100111111001101000110011101100100010001011011101010101 | e7e68cec88b755 |
EUC-JP | 鉞護姐U | 11101110111010001011100011101110101100001011100101010101 | eee8b8eeb0b955 |
UTF-8 | 鉞護姐U | 11101001100010011001111011101000101011011011011111100101101001111001000001010101 | e9899ee8adb7e5a79055 |
UHC | 鉞護姐U | 11101010110001111111101111011110111011101011101101010101 | eac7fbdeeebb55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)