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 | 與??罌 | 111001000110111100111111001111111110001110100000 | e46f3f3fe3a0 |
EUC-JP | 與??罌 | 111001111101000000111111001111111110011010100010 | e7d03f3fe6a2 |
UTF-8 | 與쀣끇罌 | 111010001000100010000111111011001000000010100011111010111000000110000111111001111011110110001100 | e88887ec80a3eb8187e7bd8c |
UHC | 與쀣끇罌 | 1110011010101000100101111110001110000101101110111110010110100010 | e6a897e385bbe5a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)