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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 煆疾リ骼ォ | 11111011010101101000111010111110111100101010000111011000111010011000111010101011 | fb568ebef2a1d8e98eab |
EUC-JP | 煆疾?リ骼ォ | 100011111100100111110100101111001100000000111111100011101101100011110001111011101000111010101011 | 8fc9f4bcc03f8ed8f1ee8eab |
UTF-8 | 煆疾リ骼ォ | 111001111000010110000110111001111001011010111110111011101000011110011000111011111011111010011000111010011010101010111100111011111011110110101011 | e78586e796beee8798efbe98e9aabcefbdab |
UHC | ?疾???? | 00111111111100101111000000111111001111110011111100111111 | 3ff2f03f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)