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 | ÂÂÂLH | 1100001010000001110000101001000111000010100000010100110001001000 | c281c291c2814c48 |
SJIS-WIN | ??????LH | 0011111100111111001111110011111100111111001111110100110001001000 | 3f3f3f3f3f3f4c48 |
EUC-JP | Â?Â?Â?LH | 1000111110101010101001000011111110001111101010101010010000111111100011111010101010100100001111110100110001001000 | 8faaa43f8faaa43f8faaa43f4c48 |
UTF-8 | ÂÂÂLH | 1100001110000010110000101000000111000011100000101100001010010001110000111000001011000010100000010100110001001000 | c382c281c382c291c382c2814c48 |
UHC | ??????LH | 0011111100111111001111110011111100111111001111110100110001001000 | 3f3f3f3f3f3f4c48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)