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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 節??訝 | 100100001101111100111111001111111110011001100010 | 90df3f3fe662 |
EUC-JP | 節??訝 | 110000001110000100111111001111111110101111000011 | c0e13f3febc3 |
UTF-8 | 節듸풅訝 | 111001111010111110000000111010111001001110111000111011011001001010000101111010001010100010011101 | e7af80eb93b8ed9285e8a89d |
UHC | 節듸풅訝 | 1110111110111101101101011110111110111110100011011110010010111000 | efbdb5efbe8de4b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)