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 | ??O?? | 0011111100111111010011110011111100111111 | 3f3f4f3f3f |
SJIS-WIN | 妤質O寘フ | 1111101010100100100011101011111101001111111110101010100111001100 | faa48ebf4ffaa9cc |
EUC-JP | 妤質O寘フ | 1000111110111001101011111011110011000001010011111000111110111010111000011000111011001100 | 8fb9afbcc14f8fbae18ecc |
UTF-8 | 妤質O寘フ | 11100101101001101010010011101000101100111010101001001111111001011010111110011000111011111011111010001100 | e5a6a4e8b3aa4fe5af98efbe8c |
UHC | ?質O?? | 001111111111001011110101010011110011111100111111 | 3ff2f54f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)