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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 要??雅? | 10010111011101100011111100111111100010011110101100111111 | 97763f3f89eb3f |
EUC-JP | 要??雅? | 11001101110101110011111100111111101100101110110100111111 | cdd73f3fb2ed3f |
UTF-8 | 要⒳벤雅쏂 | 111010001010011010000001111000101001001010110011111010111011001010100100111010011001101110000101111011001000111110000010 | e8a681e292b3ebb2a4e99b85ec8f82 |
UHC | 要⒳벤雅쏂 | 11101001101010011010100111100100101110101010010111100100101110101001101111101000 | e9a9a9e4baa5e4ba9be8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)