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 | 渼フ鯱 | 1111101101001001110011001110100111001101 | fb49cce9cd |
EUC-JP | 渼フ鯱 | 10001111110001111111000010001110110011001111001011001111 | 8fc7f08eccf2cf |
UTF-8 | 渼フ鯱 | 111001101011100010111100111011111011111010001100111010011010111110110001 | e6b8bcefbe8ce9afb1 |
UHC | 渼?? | 11011010101101000011111100111111 | dab43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)