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 | 貞弄? | 1001001011100101100110000100110100111111 | 92e5984d3f |
EUC-JP | 貞弄? | 1100010011100111110011111010111000111111 | c4e7cfae3f |
UTF-8 | 貞弄짼 | 111010001011001010011110111001011011110010000100111011001010011110111100 | e8b29ee5bc84eca7bc |
UHC | 貞弄짼 | 111011111111011011010110111001111100001010110010 | eff6d6e7c2b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)