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 | ???鹽? | 001111110011111100111111111010100110010000111111 | 3f3f3fea643f |
EUC-JP | 邕??鹽? | 1000111111100001111011010011111100111111111100111100010100111111 | 8fe1ed3f3ff3c53f |
UTF-8 | 邕녽죴鹽촽 | 111010011000001010010101111010111000010110111101111011001010001110110100111010011011100110111101111011001011010010111101 | e98295eb85bdeca3b4e9b9bdecb4bd |
UHC | 邕녽죴鹽촽 | 11101000101110111000011011101001101000011000111111100111101001001010110001111001 | e8bb86e9a18fe7a4ac79 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)