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 | ûPÞé¡B | 11111011010100001101111011101001110000101010000101000010 | fb50dee9c2a142 |
SJIS-WIN | ?P????B | 00111111010100000011111100111111001111110011111101000010 | 3f503f3f3f3f42 |
EUC-JP | ûPÞé¡B | 1000111110101011111001010101000010001111101010011011000010001111101010111011000110001111101010101010010010001111101000101100001001000010 | 8fabe5508fa9b08fabb18faaa48fa2c242 |
UTF-8 | ûPÞé¡B | 110000111011101101010000110000111001111011000011101010011100001110000010110000101010000101000010 | c3bb50c39ec3a9c382c2a142 |
UHC | ?PÞ??¡B | 001111110101000010101000101011010011111100111111101000101010111001000010 | 3f50a8ad3f3fa2ae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)