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 | 擬????? | 10001011010110110011111100111111001111110011111100111111 | 8b5b3f3f3f3f3f |
EUC-JP | 擬????? | 10110101101111000011111100111111001111110011111100111111 | b5bc3f3f3f3f3f |
UTF-8 | 擬꾨죻溜곕죳 | 111001101001001110101100111010101011111010101000111011001010001110111011111011111010011110001011111010101011001110010101111011001010001110110011 | e693aceabea8eca3bbefa78beab395eca3b3 |
UHC | 擬꾨죻溜곕죳 | 111010111111010010000100111010111010000110010101111010101111111010110000111010111010000110001110 | ebf484eba195eafeb0eba18e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)