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 | 獄븍렪媛띺죲 | 111001111000110110000100111010111011100010001101111010111010000010101010111001011010101010011011111010111001110110111010111011001010001110110010 | e78d84ebb88deba0aae5aa9beb9dbaeca3b2 |
UHC | 獄븍렪媛띺죲 | 111010001010101110111010111010111000111010111000111010101011000010001101111010011010000110001101 | e8abbaeb8eb8eab08de9a18d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)