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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鮻痔カ | 11111100010001011000111010100100111100001011011010110110 | fc458ea4f0b6b6 |
EUC-JP | 鮻痔?カ | 1000111111101010111010101011110010100110001111111000111010110110 | 8feaeabca63f8eb6 |
UTF-8 | 鮻痔カ | 111010011010111010111011111001111001011110010100111011101000000110110101111011111011110110110110 | e9aebbe79794ee81b5efbdb6 |
UHC | ?痔?? | 0011111111110110110000000011111100111111 | 3ff6c03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)