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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 漆煆疾鉑 | 11110001111110011000111010111101111110110101011010001110101111101111101111001001 | f1f98ebdfb568ebefbc9 |
EUC-JP | ?漆煆疾鉑 | 0011111110111100101111111000111111001001111101001011110011000000100011111110001111100001 | 3fbcbf8fc9f4bcc08fe3e1 |
UTF-8 | 漆煆疾鉑 | 111011101000010110110100111001101011110010000110111001111000010110000110111001111001011010111110111010011000100110010001 | ee85b4e6bc86e78586e796bee98991 |
UHC | ?漆?疾? | 00111111111101101101010000111111111100101111000000111111 | 3ff6d43ff2f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)