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 | ?〓?衰 | 001111111000000110101100001111111001000010001010 | 3f81ac3f908a |
EUC-JP | 濚〓?衰 | 1000111111001001101000011010001010101110001111111011111111101010 | 8fc9a1a2ae3fbfea |
UTF-8 | 濚〓맧衰 | 111001101011111110011010111000111000000010010011111010111010011110100111111010001010000110110000 | e6bf9ae38093eba7a7e8a1b0 |
UHC | 濚〓맧衰 | 1110011110111001101000011110101110010000101100001110000111110001 | e7b9a1eb90b0e1f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)