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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???晷 | 001111110011111100111111100011111100001011000111 | 3f3f3f8fc2c7 |
UTF-8 | 娛붺돉晷 | 111001011010100010011011111010111011011010111010111010111000111110001001111001101001100110110111 | e5a89bebb6baeb8f89e699b7 |
UHC | 娛붺돉晷 | 1110011111110100100101001110011110001001100110011100111111111100 | e7f494e78999cffc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)