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 | 頸辞嵭漆 | 1110100011110010100011101010101111111010101100111000111010111101 | e8f28eabfab38ebd |
EUC-JP | 頸辞嵭漆 | 111100001111010010111100101011011000111110111011110111101011110010111111 | f0f4bcad8fbbdebcbf |
UTF-8 | 頸辞嵭漆 | 111010011010000010111000111010001011111010011110111001011011010110101101111001101011110010000110 | e9a0b8e8be9ee5b5ade6bc86 |
UHC | 頸??漆 | 110011001111001000111111001111111111011011010100 | ccf23f3ff6d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)