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 | 操??? | 1001000110000000001111110011111100111111 | 91803f3f3f |
EUC-JP | 操??絪 | 11000001111000000011111100111111100011111101001111101100 | c1e03f3f8fd3ec |
UTF-8 | 操롔렞絪 | 111001101001001110001101111010111010000110010100111010111010000010011110111001111011010110101010 | e6938deba194eba09ee7b5aa |
UHC | 操롔렞絪 | 1111000011000011100011101101100010001110101011111110110011011111 | f0c38ed88eafecdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)