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 | 莪??鵝 | 111001001010111000111111001111111110101001000000 | e4ae3f3fea40 |
EUC-JP | 莪??鵝 | 111010001011000000111111001111111111001110100001 | e8b03f3ff3a1 |
UTF-8 | 莪굩뢚鵝 | 111010001000111010101010111010101011010110101001111010111010001010011010111010011011010110011101 | e88eaaeab5a9eba29ae9b59d |
UHC | 莪굩뢚鵝 | 1110010010110101100000101000111110001111010101011110010010111101 | e4b5828f8f55e4bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)