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 | 乳??? | 1001001111111011001111110011111100111111 | 93fb3f3f3f |
EUC-JP | 乳??繇 | 11000110111111010011111100111111100011111101010011010001 | c6fd3f3f8fd4d1 |
UTF-8 | 乳낃였繇 | 111001001011100110110011111010111000001010000011111011001001100010000000111001111011100110000111 | e4b9b3eb8283ec9880e7b987 |
UHC | 乳낃였繇 | 1110101011100001100001011110101010111111101101001110100110100011 | eae185eabfb4e9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)