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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 侑??B | 1001100011010000001111110011111101000010 | 98d03f3f42 |
EUC-JP | 侑??B | 1101000011010010001111110011111101000010 | d0d23f3f42 |
UTF-8 | 侑대꽩B | 11100100101111101001000111101011100011001000000011101010101111011010100101000010 | e4be91eb8c80eabda942 |
UHC | 侑대꽩B | 11101010111000101011010011101011100001001011010001000010 | eae2b4eb84b442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)