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 | 蘚?}蘚?{^ | 111001010110010000111111011111011110010101100100001111110111101101011110 | e5643f7de5643f7b5e |
EUC-JP | 蘚?}蘚?{^ | 111010011100010100111111011111011110100111000101001111110111101101011110 | e9c53f7de9c53f7b5e |
UTF-8 | 蘚↔}蘚↔{^ | 111010001001100010011010111000101000011010010100011111011110100010011000100110101110001010000110100101000111101101011110 | e8989ae286947de8989ae286947b5e |
UHC | 蘚↔}蘚↔{^ | 1110000011010000101000011110101001111101111000001101000010100001111010100111101101011110 | e0d0a1ea7de0d0a1ea7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)