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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | 焌?勖??? | 10001111110010011110100000111111100011111011001111101101001111110011111100111111 | 8fc9e83f8fb3ed3f3f3f |
UTF-8 | 焌렊勖폈렰렩 | 111001111000010010001100111010111010000010001010111001011000101110010110111011011000111110001000111010111010000010110000111010111010000010101001 | e7848ceba08ae58b96ed8f88eba0b0eba0a9 |
UHC | 焌렊勖폈렰렩 | 111100011110000010001110101000011110100111101101110001101111000110001110101111011000111010110111 | f1e08ea1e9edc6f18ebd8eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)