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 | 邨ス繝ェ蜿ウ | 111001111011010110111101111000111000001110101010111001011000111110110011 | e7b5bde383aae58fb3 |
EUC-JP | 邨ス繝ェ蜿ウ | 111011101011011110001110101111011110010111100011100011101010101011101001111011111000111010110011 | eeb78ebde5e38eaae9ef8eb3 |
UTF-8 | 邨ス繝ェ蜿ウ | 111010011000001010101000111011111011110110111101111001111011100110011101111011111011110110101010111010001001110010111111111011111011110110110011 | e982a8efbdbde7b99defbdaae89cbfefbdb3 |
UHC | 邨????? | 11110101101111100011111100111111001111110011111100111111 | f5be3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)