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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 笘軫湫鴃 | 1110001010011000111001110110011010011111110101011110100111101110 | e298e7669fd5e9ee |
EUC-JP | 笘軫湫鴃 | 1110001111111000111011011100011111011110110101111111001011110000 | e3f8edc7ded7f2f0 |
UTF-8 | 笘軫湫鴃 | 111001111010110010011000111010001011101110101011111001101011100110101011111010011011010010000011 | e7ac98e8bbabe6b9abe9b483 |
UHC | ?軫湫? | 001111111111001011100010111101011101001100111111 | 3ff2e2f5d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)