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 | ?わ?要ょ? | 001111111000001011101101001111111001011101110110100000101110010100111111 | 3f82ed3f977682e53f |
EUC-JP | ?わ?要ょ? | 001111111010010011101111001111111100110111010111101001001110011100111111 | 3fa4ef3fcdd7a4e73f |
UTF-8 | 殮わ퐦要ょ눐 | 111011111010011010100101111000111000001010001111111011011001000010100110111010001010011010000001111000111000001010000111111010111000100010010000 | efa6a5e3828fed90a6e8a681e38287eb8890 |
UHC | 殮わ퐦要ょ눐 | 111001101111100110101010111011111011110110001111111010011010100110101010111001111000011110101100 | e6f9aaefbd8fe9a9aae787ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)