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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 壯??予?? | 1001101011100001001111110011111110010111010111000011111100111111 | 9ae13f3f975c3f3f |
EUC-JP | 壯??予?? | 1101010011100011001111110011111111001101101111010011111100111111 | d4e33f3fcdbd3f3f |
UTF-8 | 壯븝스予뀐쉔 | 111001011010001110101111111010111011100010011101111011001000101010100100111001001011101010001000111010111000000010010000111011001000100110010100 | e5a3afebb89dec8aa4e4ba88eb8090ec8994 |
UHC | 壯븝스予뀐쉔 | 111011011110000010111010111011111011110110111010111001011111100010110010111011111011110110101000 | ede0baefbdbae5f8b2efbda8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)