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 | 実写剰カ灼失 | 1000111011000000100011101100101010001111111010001011011010001110110111001000111010111000 | 8ec08eca8fe8b68edc8eb8 |
EUC-JP | 実写剰カ灼失 | 101111001100001010111100110011001011111011101010100011101011011010111100110111101011110010111010 | bcc2bcccbeea8eb6bcdebcba |
UTF-8 | 実写剰カ灼失 | 111001011010111010011111111001011000011010011001111001011000100110110000111011111011110110110110111001111000000110111100111001011010010010110001 | e5ae9fe58699e589b0efbdb6e781bce5a4b1 |
UHC | ????灼失 | 0011111100111111001111110011111111101101110001111110001111110111 | 3f3f3f3fedc7e3f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)