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 | 嶸疾漆 | 1111101010110100100011101011111011110001111110011000111010111101 | fab48ebef1f98ebd |
EUC-JP | 嶸疾?漆 | 1000111110111011111101001011110011000000001111111011110010111111 | 8fbbf4bcc03fbcbf |
UTF-8 | 嶸疾漆 | 111001011011011010111000111001111001011010111110111011101000010110110100111001101011110010000110 | e5b6b8e796beee85b4e6bc86 |
UHC | 嶸疾?漆 | 11100111101011101111001011110000001111111111011011010100 | e7aef2f03ff6d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)