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 | 雍???觀猶 | 111010001011010000111111001111110011111111100110010101101001011101010000 | e8b43f3f3fe6569750 |
EUC-JP | 雍???觀猶 | 111100001011011000111111001111110011111111101011101101111100110110110001 | f0b63f3f3febb7cdb1 |
UTF-8 | 雍흣췻뤈觀猶 | 111010011001101110001101111011011001110110100011111011001011011110111011111010111010010010001000111010001010011110000000111001111000110010110110 | e99b8ded9da3ecb7bbeba488e8a780e78cb6 |
UHC | 雍흣췻뤈觀猶 | 111010001011110011001000111011101100001111110000100011111011100011001110101110101110101110100010 | e8bcc8eec3f08fb8cebaeba2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)