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 | ???腔 | 0011111100111111001111111000110101101111 | 3f3f3f8d6f |
EUC-JP | ???腔 | 0011111100111111001111111011100111010000 | 3f3f3fb9d0 |
UTF-8 | 렺꼼파腔 | 111010111010000010111010111010101011110010111100111011011000110010001100111010001000010110010100 | eba0baeabcbced8c8ce88594 |
UHC | 렺꼼파腔 | 1000111011000010101100101100010011000110110001001100101110110111 | 8ec2b2c4c6c4cbb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)