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 | ¼Í¼Ù¼® | 101111001100110110111100110110011011110010101110 | bccdbcd9bcae |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?Í?Ù?® | 001111111000111110101010101111110011111110001111101010101110001100111111100011111010001011101110 | 3f8faabf3f8faae33f8fa2ee |
UTF-8 | ¼Í¼Ù¼® | 110000101011110011000011100011011100001010111100110000111001100111000010101111001100001010101110 | c2bcc38dc2bcc399c2bcc2ae |
UHC | ¼?¼?¼® | 10101000111110010011111110101000111110010011111110101000111110011010001011100111 | a8f93fa8f93fa8f9a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)