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 | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
SJIS-WIN | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
EUC-JP | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
UTF-8 | 琉뗥뮁Y琉뗥뮁bE | 111011111010011110001100111010111001011110100101111010111010111010000001010110011110111110100111100011001110101110010111101001011110101110101110100000010110001001000101 | efa78ceb97a5ebae8159efa78ceb97a5ebae816245 |
UHC | 琉뗥뮁Y琉뗥뮁bE | 111010111010010010001011111001011001001010010000010110011110101110100100100010111110010110010010100100000110001001000101 | eba48be5929059eba48be592906245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)