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 | 陟咋漠迸 | 1110100010100000100011011110111010010100100110011110011110011110 | e8a08dee9499e79e |
EUC-JP | 陟咋漠迸 | 1111000010100010101110101111000011000111111110011110110111111110 | f0a2baf0c7f9edfe |
UTF-8 | 陟咋漠迸 | 111010011001100110011111111001011001001010001011111001101011110010100000111010001011111110111000 | e9999fe5928be6bca0e8bfb8 |
UHC | 陟?漠? | 111101001011001100111111110110001010111000111111 | f4b33fd8ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)