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 | 移棒? | 1000100011011010100101100101111100111111 | 88da965f3f |
EUC-JP | 移棒? | 1011000011011100110010111100000000111111 | b0dccbc03f |
UTF-8 | 移棒렣 | 111001111010011110111011111001101010001110010010111010111010000010100011 | e7a7bbe6a392eba0a3 |
UHC | 移棒렣 | 111011001011100111011100111010101000111010110100 | ecb9dcea8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)