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 | 寬耳嵭漆 | 1111101010101010100011101010100011111010101100111000111010111101 | faaa8ea8fab38ebd |
EUC-JP | ?耳嵭漆 | 0011111110111100101010101000111110111011110111101011110010111111 | 3fbcaa8fbbdebcbf |
UTF-8 | 寬耳嵭漆 | 111001011010111110101100111010001000000010110011111001011011010110101101111001101011110010000110 | e5aface880b3e5b5ade6bc86 |
UHC | 寬耳?漆 | 11001110101100001110110010111100001111111111011011010100 | ceb0ecbc3ff6d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)