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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 狆爻狆爻^ | 111000001011110011100000101010011110000010111100111000001010100101011110 | e0bce0a9e0bce0a95e |
EUC-JP | 狆爻狆爻^ | 111000001011111011100000101010111110000010111110111000001010101101011110 | e0bee0abe0bee0ab5e |
UTF-8 | 狆爻狆爻^ | 11100111100010111000011011100111100010001011101111100111100010111000011011100111100010001011101101011110 | e78b86e788bbe78b86e788bb5e |
UHC | ?爻?爻^ | 00111111111111011010000100111111111111011010000101011110 | 3ffda13ffda15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)