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 | 1000100110100101100010111001000101101001100010011010010110001011100100010110100101000010 | 89a58b916989a58b916942 |
SJIS-WIN | ?¥??i?¥??iB | 00111111100000011000111100111111001111110110100100111111100000011000111100111111001111110110100101000010 | 3f818f3f3f693f818f3f3f6942 |
EUC-JP | ????i????iB | 0011111100111111001111110011111101101001001111110011111100111111001111110110100101000010 | 3f3f3f3f693f3f3f3f6942 |
UTF-8 | ¥i¥iB | 11000010100010011100001010100101110000101000101111000010100100010110100111000010100010011100001010100101110000101000101111000010100100010110100101000010 | c289c2a5c28bc29169c289c2a5c28bc2916942 |
UHC | ????i????iB | 0011111100111111001111110011111101101001001111110011111100111111001111110110100101000010 | 3f3f3f3f693f3f3f3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)