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 | 雲??袁 | 100010010101111100111111001111111110010111001101 | 895f3f3fe5cd |
EUC-JP | 雲??袁 | 101100011100000000111111001111111110101011001111 | b1c03f3feacf |
UTF-8 | 雲녕눈袁 | 111010011001101110110010111010111000010110010101111010111000100010001000111010001010001010000001 | e99bb2eb8595eb8888e8a281 |
UHC | 雲녕눈袁 | 1110101010100011101100111110011110110100101010111110101010111110 | eaa3b3e7b4abeabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)