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 | 1001001001000011100100011010111001101001100100100100001110010001101011100110100101000010 | 924391ae69924391ae6942 |
EUC-JP | 辰属i辰属iB | 1100001110100100110000101011000001101001110000111010010011000010101100000110100101000010 | c3a4c2b069c3a4c2b06942 |
UTF-8 | 辰属i辰属iB | 111010001011111010110000111001011011000110011110011010011110100010111110101100001110010110110001100111100110100101000010 | e8beb0e5b19e69e8beb0e5b19e6942 |
UHC | 辰?i辰?iB | 111100101110001100111111011010011111001011100011001111110110100101000010 | f2e33f69f2e33f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)