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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 荏絅?日? | 1000100101100000111000110100010000111111100100111111101000111111 | 8960e3443f93fa3f |
EUC-JP | 荏絅?日? | 1011000111000001111001011010010100111111110001101111110000111111 | b1c1e5a53fc6fc3f |
UTF-8 | 荏絅톰日스 | 111010001000110110001111111001111011010110000101111011011000011010110000111001101001011110100101111011001000101010100100 | e88d8fe7b585ed86b0e697a5ec8aa4 |
UHC | 荏絅톰日스 | 11101100111110111100110011100111110001011110100011101100111011011011110110111010 | ecfbcce7c5e8ecedbdba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)