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 | ??存??我 | 0011111100111111100100011011011000111111001111111000100111100100 | 3f3f91b63f3f89e4 |
EUC-JP | ??存??我 | 0011111100111111110000101011100000111111001111111011001011100110 | 3f3fc2b83f3fb2e6 |
UTF-8 | 룶뇟存◈룶我 | 111010111010001110110110111010111000011110011111111001011010110110011000111000101001011110001000111010111010001110110110111001101000100010010001 | eba3b6eb879fe5ad98e29788eba3b6e68891 |
UHC | 룶뇟存◈룶我 | 100011111010101110110100101000011111000011101101101000101100001010001111101010111110010010110010 | 8fabb4a1f0eda2c28fabe4b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)