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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 竪側i竪側iB | 1001001001000111100100011010010001101001100100100100011110010001101001000110100101000010 | 924791a469924791a46942 |
EUC-JP | 竪側i竪側iB | 1100001110101000110000101010011001101001110000111010100011000010101001100110100101000010 | c3a8c2a669c3a8c2a66942 |
UTF-8 | 竪側i竪側iB | 111001111010101110101010111001011000000110110100011010011110011110101011101010101110010110000001101101000110100101000010 | e7abaae581b469e7abaae581b46942 |
UHC | 竪側i竪側iB | 1110001010110101111101101011000001101001111000101011010111110110101100000110100101000010 | e2b5f6b069e2b5f6b06942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)