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 | 11101000100010001000110011101100100010001011011101010101 | e8888cec88b755 |
EUC-JP | 闊護姐U | 11101111111010001011100011101110101100001011100101010101 | efe8b8eeb0b955 |
UTF-8 | 闊護姐U | 11101001100101111000101011101000101011011011011111100101101001111001000001010101 | e9978ae8adb7e5a79055 |
UHC | 闊護姐U | 11111100110001001111101111011110111011101011101101010101 | fcc4fbdeeebb55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)