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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 室瑤雫 | 1111000010110011100011101011101011101010101000101000111010110100 | f0b38ebaeaa28eb4 |
EUC-JP | ?室瑤雫 | 00111111101111001011110011110100101001001011110010110110 | 3fbcbcf4a4bcb6 |
UTF-8 | 室瑤雫 | 111011101000000110110010111001011010111010100100111001111001000110100100111010011001101110101011 | ee81b2e5aea4e791a4e99bab |
UHC | ?室瑤? | 001111111110001111111000111010001111110100111111 | 3fe3f8e8fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)