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 | 獄ら?? | 100011011001011010000010111001110011111100111111 | 8d9682e73f3f |
EUC-JP | 獄ら?? | 101110011111011010100100111010010011111100111111 | b9f6a4e93f3f |
UTF-8 | 獄ら젺溜 | 111001111000110110000100111000111000001010001001111011001010000010111010111011111010011110001011 | e78d84e38289eca0baefa78b |
UHC | 獄ら젺溜 | 1110100010101011101010101110100110100000101011011110101011111110 | e8abaae9a0adeafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)