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 | ???茵?? | 00111111001111110011111111100100100111110011111100111111 | 3f3f3fe49f3f3f |
EUC-JP | ???茵?? | 00111111001111110011111111101000101000010011111100111111 | 3f3f3fe8a13f3f |
UTF-8 | 閱뤿툋茵듿보 | 111010011001011010110001111010111010010010111111111011011000100010001011111010001000110010110101111010111001001110111111111010111011001110110100 | e996b1eba4bfed888be88cb5eb93bfebb3b4 |
UHC | 閱뤿툋茵듿보 | 111001101111001110001111111010111011100010000011111011001110000010001010111001011011101010111000 | e6f38febb883ece08ae5bab8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)