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 | 釿壼喚 | 111001111110000110011010111001011000101010101011 | e7e19ae58aab |
EUC-JP | 釿壼喚 | 111011101110001111010100111001111011010010101101 | eee3d4e7b4ad |
UTF-8 | 釿壼喚 | 111010011000011110111111111001011010001110111100111001011001011010011010 | e987bfe5a3bce5969a |
UHC | ??喚 | 00111111001111111111110010110000 | 3f3ffcb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)