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 | 1001001001000011100100100100111001101001100100100100001110010010010011100110100101000010 | 9243924e699243924e6942 |
EUC-JP | 辰誰i辰誰iB | 1100001110100100110000111010111101101001110000111010010011000011101011110110100101000010 | c3a4c3af69c3a4c3af6942 |
UTF-8 | 辰誰i辰誰iB | 111010001011111010110000111010001010101010110000011010011110100010111110101100001110100010101010101100000110100101000010 | e8beb0e8aab069e8beb0e8aab06942 |
UHC | 辰誰i辰誰iB | 1111001011100011111000101100000101101001111100101110001111100010110000010110100101000010 | f2e3e2c169f2e3e2c16942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)