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 | 顰千事籬秘。 | 1110100011111100100100001110011110001110100101101110001011011111100101001110100110100001 | e8fc90e78e96e2df94e9a1 |
EUC-JP | 顰千事籬秘。 | 111100001111111011000000111010011011101111110110111001001110000111001000111010111000111010100001 | f0fec0e9bbf6e4e1c8eb8ea1 |
UTF-8 | 顰千事籬秘。 | 111010011010000110110000111001011000110110000011111001001011101010001011111001111011000110101100111001111010011110011000111011111011110110100001 | e9a1b0e58d83e4ba8be7b1ace7a798efbda1 |
UHC | ?千事籬秘? | 00111111111101001011011011011110110000001101011111100110110111011111101000111111 | 3ff4b6dec0d7e6ddfa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)