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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 翫?}翫?{^ | 100010101110001100111111011111011000101011100011001111110111101101011110 | 8ae33f7d8ae33f7b5e |
EUC-JP | 翫琁}翫琁{^ | 10110100111001011000111111001100101000110111110110110100111001011000111111001100101000110111101101011110 | b4e58fcca37db4e58fcca37b5e |
UTF-8 | 翫琁}翫琁{^ | 111001111011111110101011111001111001000010000001011111011110011110111111101010111110011110010000100000010111101101011110 | e7bfabe790817de7bfabe790817b5e |
UHC | 翫琁}翫琁{^ | 1110100011010001111000001100010001111101111010001101000111100000110001000111101101011110 | e8d1e0c47de8d1e0c47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)