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 | ??}B | 00111111001111110111110101000010 | 3f3f7d42 |
SJIS-WIN | 酌借}B | 100011101101111010001110110110000111110101000010 | 8ede8ed87d42 |
EUC-JP | 酌借}B | 101111001110000010111100110110100111110101000010 | bce0bcda7d42 |
UTF-8 | 酌借}B | 1110100110000101100011001110010110000000100111110111110101000010 | e9858ce5809f7d42 |
UHC | 酌借}B | 111011011100110011110011101010000111110101000010 | edccf3a87d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)