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 | 遮釤湿 | 100011101101010111111011101111111000111010111100 | 8ed5fbbf8ebc |
EUC-JP | 遮釤湿 | 10111100110101111000111111100011101010101011110010111110 | bcd78fe3aabcbe |
UTF-8 | 遮釤湿 | 111010011000000110101110111010011000011110100100111001101011100110111111 | e981aee987a4e6b9bf |
UHC | 遮?? | 11110011101101000011111100111111 | f3b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)