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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 畏т?空 | 10001000110110001000010010000100001111111000101111110011 | 88d884843f8bf3 |
EUC-JP | 畏т?空 | 10110000110110101010011111100100001111111011011011110101 | b0daa7e43fb6f5 |
UTF-8 | 畏т빰空 | 1110011110010101100011111101000110000010111010111011100110110000111001111010100110111010 | e7958fd182ebb9b0e7a9ba |
UHC | 畏т빰空 | 1110100011100110101011001110010010111011101000111100110111110110 | e8e6ace4bba3cdf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)