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 | 顆晢スャ隲「 | 111010001111011110011101111011111011110110101100111010001010101110100010 | e8f79defbdace8aba2 |
EUC-JP | 顆晢スャ隲「 | 111100001111100111011010111100011000111010111101100011101010110011110000101011011000111010100010 | f0f9daf18ebd8eacf0ad8ea2 |
UTF-8 | 顆晢スャ隲「 | 111010011010000110000110111001101001100110100010111011111011110110111101111011111011110110101100111010011001101010110010111011111011110110100010 | e9a186e699a2efbdbdefbdace99ab2efbda2 |
UHC | 顆????? | 11001110101010000011111100111111001111110011111100111111 | cea83f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)