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 | 獄??謠③? | 100011011001011000111111001111111110011010001111100001110100001000111111 | 8d963f3fe68f87423f |
EUC-JP | 獄??謠?? | 1011100111110110001111110011111111101011111011110011111100111111 | b9f63f3febef3f3f |
UTF-8 | 獄몃뙂謠③뾿 | 111001111000110110000100111010111010101010000011111010111001100110000010111010001010110010100000111000101001000110100010111010111011111010111111 | e78d84ebaa83eb9982e8aca0e291a2ebbebf |
UHC | 獄몃뙂謠③뾿 | 111010001010101110111000111010111000110010001000111010011010101010101000111010011001011110000111 | e8abb8eb8c88e9aaa8e99787 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)