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 | 逋庭スッ奝ケ | 111001111001100110010010111010111011110110101111111110101010001010111001 | e79992ebbdaffaa2b9 |
EUC-JP | 逋庭スッ奝ケ | 11101101111110011100010011101101100011101011110110001110101011111000111110111000111110001000111010111001 | edf9c4ed8ebd8eaf8fb8f88eb9 |
UTF-8 | 逋庭スッ奝ケ | 111010011000000010001011111001011011101010101101111011111011110110111101111011111011110110101111111001011010010110011101111011111011110110111001 | e9808be5baadefbdbdefbdafe5a59defbdb9 |
UHC | 逋庭???? | 1111100011100111111011111101010000111111001111110011111100111111 | f8e7efd43f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)