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 | ???x{d | 001111110011111100111111011110000111101101100100 | 3f3f3f787b64 |
SJIS-WIN | 葆駈従x{d | 111001001101110010001011111011011000111101011101011110000111101101100100 | e4dc8bed8f5d787b64 |
EUC-JP | 葆駈従x{d | 111010001101111010110110111011111011110110111110011110000111101101100100 | e8deb6efbdbe787b64 |
UTF-8 | 葆駈従x{d | 111010001001000110000110111010011010011110001000111001011011111010010011011110000111101101100100 | e89186e9a788e5be93787b64 |
UHC | ???x{d | 001111110011111100111111011110000111101101100100 | 3f3f3f787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)