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 | 00111111100010101111010000111111011110000111101101100100 | 3f8af43f787b64 |
EUC-JP | ?幾?x{d | 00111111101101001111011000111111011110000111101101100100 | 3fb4f63f787b64 |
UTF-8 | 룶幾튁x{d | 111010111010001110110110111001011011100110111110111011011000101010000001011110000111101101100100 | eba3b6e5b9beed8a81787b64 |
UHC | 룶幾튁x{d | 100011111010101111010000111110101100011010100011011110000111101101100100 | 8fabd0fac6a3787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)