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 | 貞弄렠 | 111010001011001010011110111001011011110010000100111010111010000010100000 | e8b29ee5bc84eba0a0 |
UHC | 貞弄렠 | 111011111111011011010110111001111000111010110001 | eff6d6e78eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)