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 | 菠菠}菠菠{^ | 1110010011001000111001001100100001111101111001001100100011100100110010000111101101011110 | e4c8e4c87de4c8e4c87b5e |
EUC-JP | 菠菠}菠菠{^ | 1110100011001010111010001100101001111101111010001100101011101000110010100111101101011110 | e8cae8ca7de8cae8ca7b5e |
UTF-8 | 菠菠}菠菠{^ | 111010001000111110100000111010001000111110100000011111011110100010001111101000001110100010001111101000000111101101011110 | e88fa0e88fa07de88fa0e88fa07b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)