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 | 鬘剰ざ蛻ョ | 111010011010000110001111111010001000001010110100111001011000100010101110 | e9a18fe882b4e588ae |
EUC-JP | 鬘剰ざ蛻ョ | 11110010101000111011111011101010101001001011011011101001111010001000111010101110 | f2a3beeaa4b6e9e88eae |
UTF-8 | 鬘剰ざ蛻ョ | 111010011010110010011000111001011000100110110000111000111000000110010110111010001001101110111011111011111011110110101110 | e9ac98e589b0e38196e89bbbefbdae |
UHC | ??ざ?? | 001111110011111110101010101101100011111100111111 | 3f3faab63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)