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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 狆爻[狆爻[^ | 1110000010111100111000001010100101011011111000001011110011100000101010010101101101011110 | e0bce0a95be0bce0a95b5e |
EUC-JP | 狆爻[狆爻[^ | 1110000010111110111000001010101101011011111000001011111011100000101010110101101101011110 | e0bee0ab5be0bee0ab5b5e |
UTF-8 | 狆爻[狆爻[^ | 111001111000101110000110111001111000100010111011010110111110011110001011100001101110011110001000101110110101101101011110 | e78b86e788bb5be78b86e788bb5b5e |
UHC | ?爻[?爻[^ | 001111111111110110100001010110110011111111111101101000010101101101011110 | 3ffda15b3ffda15b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)