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 | 驍奇スュ霑ェ | 111010011000001010001010111011111011110110101101111010001011111110101010 | e9828aefbdade8bfaa |
EUC-JP | 驍奇スュ霑ェ | 111100011110001010110100111100011000111010111101100011101010110111110000110000011000111010101010 | f1e2b4f18ebd8eadf0c18eaa |
UTF-8 | 驍奇スュ霑ェ | 111010011010100110001101111001011010010110000111111011111011110110111101111011111011110110101101111010011001110010010001111011111011110110101010 | e9a98de5a587efbdbdefbdade99c91efbdaa |
UHC | 驍奇??霑? | 111111011010010011010000111101000011111100111111111011111100010100111111 | fda4d0f43f3fefc53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)