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 | 筍??? | 1110001010100001001111110011111100111111 | e2a13f3f3f |
EUC-JP | 筍??轝 | 11100100101000110011111100111111100011111110000110101010 | e4a33f3f8fe1aa |
UTF-8 | 筍뒎닽轝 | 111001111010110110001101111010111001001010001110111010111000101110111101111010001011110110011101 | e7ad8deb928eeb8bbde8bd9d |
UHC | 筍뒎닽轝 | 1110001011101100100010101000101110001000101010111110011010101100 | e2ec8a8b88abe6ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)