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 | ??酊? | 0011111100111111111001111100001000111111 | 3f3fe7c23f |
EUC-JP | ??酊? | 0011111100111111111011101100010000111111 | 3f3feec43f |
UTF-8 | 亐렗酊렋 | 111001001011101010010000111010111010000010010111111010011000010110001010111010111010000010001011 | e4ba90eba097e9858aeba08b |
UHC | 亐렗酊렋 | 1110101010100111100011101010110011101111111110001000111010100010 | eaa78eaceff88ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)