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 | 繒貊???逡 | 111110111000111111100110101110110011111100111111001111111110011110010101 | fb8fe6bb3f3f3fe795 |
EUC-JP | 繒貊???逡 | 10001111110101001101010011101100101111010011111100111111001111111110110111110101 | 8fd4d4ecbd3f3f3fedf5 |
UTF-8 | 繒貊렜곁늅逡 | 111001111011100110010010111010001011001010001010111010111010000010011100111010101011001110000001111010111000101010000101111010011000000010100001 | e7b992e8b28aeba09ceab381eb8a85e980a1 |
UHC | 繒貊렜곁늅逡 | 111100011111100111011000111001111000111010101110101100001110011110110100101111101111000111100100 | f1f9d8e78eaeb0e7b4bef1e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)