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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 琲袱琲テェ^ | 111000001110100011100101110111101110000011101000110000111010101001011110 | e0e8e5dee0e8c3aa5e |
EUC-JP | 琲袱琲テェ^ | 1110000011101010111010101110000011100000111010101000111011000011100011101010101001011110 | e0eaeae0e0ea8ec38eaa5e |
UTF-8 | 琲袱琲テェ^ | 11100111100100001011001011101000101000101011000111100111100100001011001011101111101111101000001111101111101111011010101001011110 | e790b2e8a2b1e790b2efbe83efbdaa5e |
UHC | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)