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 | ツ堙板ε | 11000010100110101100001110010100110000101000001111000011 | c29ac394c283c3 |
EUC-JP | ツ堙板ε | 1000111011000010110101001100010111001000110001001010011011000101 | 8ec2d4c5c8c4a6c5 |
UTF-8 | ツ堙板ε | 1110111110111110100000101110010110100000100110011110011010011101101111111100111010110101 | efbe82e5a099e69dbfceb5 |
UHC | ??板ε | 001111110011111111110111111110011010010111100101 | 3f3ff7f9a5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)