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 | ??㎝? | 0011111100111111100001110111000000111111 | 3f3f87703f |
EUC-JP | 沅??璵 | 1000111111000110111010010011111100111111100011111100110011100110 | 8fc6e93f3f8fcce6 |
UTF-8 | 沅룹㎝璵 | 111001101011001010000101111010111010001110111001111000111000111010011101111001111001001010110101 | e6b285eba3b9e38e9de792b5 |
UHC | 沅룹㎝璵 | 1110101010110110101101111110110010100111101011111110011010100101 | eab6b7eca7afe6a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)