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 | 獄??媛?? | 1000110110010110001111110011111110010101010100010011111100111111 | 8d963f3f95513f3f |
EUC-JP | 獄??媛?? | 1011100111110110001111110011111111001001101100100011111100111111 | b9f63f3fc9b23f3f |
UTF-8 | 獄몄뇤媛뺝쪧 | 111001111000110110000100111010111010101010000100111010111000011110100100111001011010101010011011111010111011101010011101111011001010101010100111 | e78d84ebaa84eb87a4e5aa9bebba9decaaa7 |
UHC | 獄몄뇤媛뺝쪧 | 111010001010101110111000111011001000011110001100111010101011000010010101111001011010010110100000 | e8abb8ec878ceab095e5a5a0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)