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 | 羲遂矯襭 | 1110001110111010100100001000101110001011101110001110011001000010 | e3ba908b8bb8e642 |
EUC-JP | 羲遂矯襭 | 1110011010111100101111111110101110110110101110101110101110100011 | e6bcbfebb6baeba3 |
UTF-8 | 羲遂矯襭 | 111001111011111010110010111010011000000110000010111001111001111110101111111010001010010110101101 | e7beb2e98182e79fafe8a5ad |
UHC | 羲遂矯? | 11111101111111011110001011000100110011101110110000111111 | fdfde2c4ceec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)