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 | 鬻願汽襞 | 1110001011110110100010101110100010001011010001001110010111111100 | e2f68ae88b44e5fc |
EUC-JP | 鬻願汽襞 | 1110010011111000101101001110101010110101101001011110101011111110 | e4f8b4eab5a5eafe |
UTF-8 | 鬻願汽襞 | 111010011010110010111011111010011010000110011000111001101011000110111101111010001010010110011110 | e9acbbe9a198e6b1bde8a59e |
UHC | ?願汽? | 001111111110101011000011110100011010100100111111 | 3feac3d1a93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)