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 | ÂLÂ | 1100001010010001010011001100001010011111 | c2914cc29f |
SJIS-WIN | ??L?? | 0011111100111111010011000011111100111111 | 3f3f4c3f3f |
EUC-JP | Â?LÂ? | 100011111010101010100100001111110100110010001111101010101010010000111111 | 8faaa43f4c8faaa43f |
UTF-8 | ÂLÂ | 110000111000001011000010100100010100110011000011100000101100001010011111 | c382c2914cc382c29f |
UHC | ??L?? | 0011111100111111010011000011111100111111 | 3f3f4c3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)