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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 譟井ギ | 111001101001111110001000111001001000001101001101 | e69f88e4834d |
EUC-JP | 譟井ギ | 111011001010000110110000111001101010010110101110 | eca1b0e6a5ae |
UTF-8 | 譟井ギ | 111010001010110110011111111001001011101010010101111000111000001010101110 | e8ad9fe4ba95e382ae |
UHC | ?井ギ | 0011111111101111110011001010101110101110 | 3fefccabae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)