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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蠢?爰磐?? | 111001011011111100111111111000001010011110010100110101100011111100111111 | e5bf3fe0a794d63f3f |
EUC-JP | 蠢?爰磐?? | 111010101100000100111111111000001010100111001000110110000011111100111111 | eac13fe0a9c8d83f3f |
UTF-8 | 蠢렋爰磐렰렱 | 111010001010000010100010111010111010000010001011111001111000100010110000111001111010001110010000111010111010000010110000111010111010000010110001 | e8a0a2eba08be788b0e7a390eba0b0eba0b1 |
UHC | 蠢렋爰磐렰렱 | 111100011110001110001110101000101110101010111010110110101111000110001110101111011000111010111110 | f1e38ea2eabadaf18ebd8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)