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 | 闌イ鬧井ソョ | 111010001000110010110010111010011010011110001000111001001011111110101110 | e88cb2e9a788e4bfae |
EUC-JP | 闌イ鬧井ソョ | 111011111110110010001110101100101111001010101001101100001110011010001110101111111000111010101110 | efec8eb2f2a9b0e68ebf8eae |
UTF-8 | 闌イ鬧井ソョ | 111010011001011110001100111011111011110110110010111010011010110010100111111001001011101010010101111011111011110110111111111011111011110110101110 | e9978cefbdb2e9aca7e4ba95efbdbfefbdae |
UHC | ??鬧井?? | 0011111100111111110101111010001011101111110011000011111100111111 | 3f3fd7a2efcc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)