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 | 嶸璽嵭漆 | 1111101010110100100011101010001111111010101100111000111010111101 | fab48ea3fab38ebd |
EUC-JP | 嶸璽嵭漆 | 10001111101110111111010010111100101001011000111110111011110111101011110010111111 | 8fbbf4bca58fbbdebcbf |
UTF-8 | 嶸璽嵭漆 | 111001011011011010111000111001111001001010111101111001011011010110101101111001101011110010000110 | e5b6b8e792bde5b5ade6bc86 |
UHC | 嶸璽?漆 | 11100111101011101101111111011110001111111111011011010100 | e7aedfde3ff6d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)