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 | 1001001001000011100100100100000101101001100100100100001110010010010000010110100101000010 | 9243924169924392416942 |
EUC-JP | 辰但i辰但iB | 1100001110100100110000111010001001101001110000111010010011000011101000100110100101000010 | c3a4c3a269c3a4c3a26942 |
UTF-8 | 辰但i辰但iB | 111010001011111010110000111001001011110110000110011010011110100010111110101100001110010010111101100001100110100101000010 | e8beb0e4bd8669e8beb0e4bd866942 |
UHC | 辰但i辰但iB | 1111001011100011110100111010001101101001111100101110001111010011101000110110100101000010 | f2e3d3a369f2e3d3a36942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)