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 | ???vE | 0011111100111111001111110111011001000101 | 3f3f3f7645 |
SJIS-WIN | 軏宅ぎvE | 1111101110110010100100011110111010000010101011000111011001000101 | fbb291ee82ac7645 |
EUC-JP | 軏宅ぎvE | 100011111110000011011001110000101111000010100100101011100111011001000101 | 8fe0d9c2f0a4ae7645 |
UTF-8 | 軏宅ぎvE | 1110100010111011100011111110010110101110100001011110001110000001100011100111011001000101 | e8bb8fe5ae85e3818e7645 |
UHC | ?宅ぎvE | 00111111110100111110101110101010101011100111011001000101 | 3fd3ebaaae7645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)