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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | 詵?? | 1000111111011101111001110011111100111111 | 8fdde73f3f |
UTF-8 | 詵렊렞 | 111010001010100110110101111010111010000010001010111010111010000010011110 | e8a9b5eba08aeba09e |
UHC | 詵렊렞 | 111000001101001010001110101000011000111010101111 | e0d28ea18eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)