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 | 煆疾煆璽鉑 | 11111011010101101000111010111110111110110101011010001110101000111111101111001001 | fb568ebefb568ea3fbc9 |
EUC-JP | 煆疾煆璽鉑 | 10001111110010011111010010111100110000001000111111001001111101001011110010100101100011111110001111100001 | 8fc9f4bcc08fc9f4bca58fe3e1 |
UTF-8 | 煆疾煆璽鉑 | 111001111000010110000110111001111001011010111110111001111000010110000110111001111001001010111101111010011000100110010001 | e78586e796bee78586e792bde98991 |
UHC | ?疾?璽? | 00111111111100101111000000111111110111111101111000111111 | 3ff2f03fdfde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)