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 | 乙?建 | 1000100110110011001111111000110010011010 | 89b33f8c9a |
EUC-JP | 乙?建 | 1011001010110101001111111011011111111010 | b2b53fb7fa |
UTF-8 | 乙어建 | 111001001011100110011001111011001001011010110100111001011011101110111010 | e4b999ec96b4e5bbba |
UHC | 乙어建 | 111010111110000010111110111011101100101111101111 | ebe0beeecbef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)