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 | 枝?迂?? | 10001110011111010011111110001001010010010011111100111111 | 8e7d3f89493f3f |
EUC-JP | 枝?迂?? | 10111011110111100011111110110001101010100011111100111111 | bbde3fb1aa3f3f |
UTF-8 | 枝렔迂쯤렔 | 111001101001111010011101111010111010000010010100111010001011111110000010111011001010111110100100111010111010000010010100 | e69e9deba094e8bf82ecafa4eba094 |
UHC | 枝렔迂쯤렔 | 11110010101010111000111010101001111010011110011011000010111010111000111010101001 | f2ab8ea9e9e6c2eb8ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)