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 | 雲?宸? | 100010010101111100111111100110111000001000111111 | 895f3f9b823f |
EUC-JP | 雲?宸? | 101100011100000000111111110101011110001000111111 | b1c03fd5e23f |
UTF-8 | 雲랐宸뤈 | 111010011001101110110010111010111001111010010000111001011010111010111000111010111010010010001000 | e99bb2eb9e90e5aeb8eba488 |
UHC | 雲랐宸뤈 | 1110101010100011101101101111101011100011111001001000111110111000 | eaa3b6fae3e48fb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)