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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 肅御「膓 | 11100011111001111000110011100100101000101110010001010101 | e3e78ce4a2e455 |
EUC-JP | 肅御「膓 | 1110011011101001101110001110011010001110101000101110011110110110 | e6e9b8e68ea2e7b6 |
UTF-8 | 肅御「膓 | 111010001000001010000101111001011011111010100001111011111011110110100010111010001000011010010011 | e88285e5bea1efbda2e88693 |
UHC | 肅御?? | 111000101101110011100101110110010011111100111111 | e2dce5d93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)