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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 外??獄∽? | 100010100100111100111111001111111000110110010110100000011110010000111111 | 8a4f3f3f8d9681e43f |
EUC-JP | 外??獄∽? | 101100111011000000111111001111111011100111110110101000101110011000111111 | b3b03f3fb9f6a2e63f |
UTF-8 | 外귨쉘獄∽쉰 | 111001011010010010010110111010101011011110101000111011001000100110011000111001111000110110000100111000101000100010111101111011001000100110110000 | e5a496eab7a8ec8998e78d84e288bdec89b0 |
UHC | 外귨쉘獄∽쉰 | 111010001110001010000010111011111011110110101001111010001010101110100001111011111011110110101110 | e8e282efbda9e8aba1efbdae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)