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 | ?┝玲? | 001111111000010010111010100101111110011000111111 | 3f84ba97e63f |
EUC-JP | ?┝玲? | 001111111010100010111100110011101110100000111111 | 3fa8bccee83f |
UTF-8 | 뤶┝玲㏈ | 111010111010010010110110111000101001010010011101111001111000111010110010111000111000111110001000 | eba4b6e2949de78eb2e38f88 |
UHC | 뤶┝玲㏈ | 1000111111100100101001101011110011010110101111001010011110111100 | 8fe4a6bcd6bca7bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)