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 | 枝?迂??? | 1000111001111101001111111000100101001001001111110011111100111111 | 8e7d3f89493f3f3f |
EUC-JP | 枝?迂??? | 1011101111011110001111111011000110101010001111110011111100111111 | bbde3fb1aa3f3f3f |
UTF-8 | 枝렔迂쯤렔렔 | 111001101001111010011101111010111010000010010100111010001011111110000010111011001010111110100100111010111010000010010100111010111010000010010100 | e69e9deba094e8bf82ecafa4eba094eba094 |
UHC | 枝렔迂쯤렔렔 | 111100101010101110001110101010011110100111100110110000101110101110001110101010011000111010101001 | f2ab8ea9e9e6c2eb8ea98ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)