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 | 1110010001010111111000100110111001101001111001000101011111100010011011100110100101000010 | e457e26e69e457e26e6942 |
EUC-JP | 膰穗i膰穗iB | 1110011110111000111000111100111101101001111001111011100011100011110011110110100101000010 | e7b8e3cf69e7b8e3cf6942 |
UTF-8 | 膰穗i膰穗iB | 111010001000011010110000111001111010100110010111011010011110100010000110101100001110011110101001100101110110100101000010 | e886b0e7a99769e886b0e7a9976942 |
UHC | ?穗i?穗iB | 001111111110001010110100011010010011111111100010101101000110100101000010 | 3fe2b4693fe2b46942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)