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 | ???獄∽? | 0011111100111111001111111000110110010110100000011110010000111111 | 3f3f3f8d9681e43f |
EUC-JP | ???獄∽? | 0011111100111111001111111011100111110110101000101110011000111111 | 3f3f3fb9f6a2e63f |
UTF-8 | 了됵스獄∽슘 | 111011111010011010111010111010111001000010110101111011001000101010100100111001111000110110000100111000101000100010111101111011001000101010011000 | efa6baeb90b5ec8aa4e78d84e288bdec8a98 |
UHC | 了됵스獄∽슘 | 111010001110011110001001111011111011110110111010111010001010101110100001111011111011110110110111 | e8e789efbdbae8aba1efbdb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)