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 | 111000101111110000111111011010011110001011111100001111110110100101000010 | e2fc3f69e2fc3f6942 |
EUC-JP | 紆?i紆?iB | 111001001111111000111111011010011110010011111110001111110110100101000010 | e4fe3f69e4fe3f6942 |
UTF-8 | 紆숥i紆숥iB | 111001111011010010000110111011001000100010100101011010011110011110110100100001101110110010001000101001010110100101000010 | e7b486ec88a569e7b486ec88a56942 |
UHC | 紆숥i紆숥iB | 1110100111100001100110100100001001101001111010011110000110011010010000100110100101000010 | e9e19a4269e9e19a426942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)