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 | 枝?音勘? | 1000111001111101001111111000100110111001100010101010100000111111 | 8e7d3f89b98aa83f |
EUC-JP | 枝?音勘? | 1011101111011110001111111011001010111011101101001010101000111111 | bbde3fb2bbb4aa3f |
UTF-8 | 枝렕音勘렏 | 111001101001111010011101111010111010000010010101111010011001111110110011111001011000101110011000111010111010000010001111 | e69e9deba095e99fb3e58b98eba08f |
UHC | 枝렕音勘렏 | 11110010101010111000111010101010111010111110010111001010111010111000111010100101 | f2ab8eaaebe5caeb8ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)