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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 椅輕犯?? | 1000100011010110111001110110101010010100110001100011111100111111 | 88d6e76a94c63f3f |
EUC-JP | 椅輕犯?? | 1011000011011000111011011100101111001000110010000011111100111111 | b0d8edcbc8c83f3f |
UTF-8 | 椅輕犯렼렲 | 111001101010010010000101111010001011110010010101111001111000101010101111111010111010000010111100111010111010000010110010 | e6a485e8bc95e78aafeba0bceba0b2 |
UHC | 椅輕犯렼렲 | 11101011111101011100110011101110110110111111001110001110110001001000111010111111 | ebf5cceedbf38ec48ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)