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 | ???訝?? | 00111111001111110011111111100110011000100011111100111111 | 3f3f3fe6623f3f |
EUC-JP | ???訝?˚ | 001111110011111100111111111010111100001100111111100011111010001010110110 | 3f3f3febc33f8fa2b6 |
UTF-8 | 療룟떉訝뉒˚ | 1110111110100111100000011110101110100011100111111110101110010110100010011110100010101000100111011110101110001001100100101100101110011010 | efa781eba39feb9689e8a89deb8992cb9a |
UHC | 療룟떉訝뉒˚ | 111010001111111010110111111001011000101110011111111001001011100010000111111001111010001010101010 | e8feb7e58b9fe4b887e7a2aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)