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 | 侑??鼇 | 100110001101000000111111001111111110101010000111 | 98d03f3fea87 |
EUC-JP | 侑??鼇 | 110100001101001000111111001111111111001111100111 | d0d23f3ff3e7 |
UTF-8 | 侑대쨹鼇 | 111001001011111010010001111010111000110010000000111011001010100010111001111010011011110010000111 | e4be91eb8c80eca8b9e9bc87 |
UHC | 侑대쨹鼇 | 1110101011100010101101001110101110100100100100111110100010101000 | eae2b4eba493e8a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)