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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 造?爰磐? | 1001000110100010001111111110000010100111100101001101011000111111 | 91a23fe0a794d63f |
EUC-JP | 造?爰磐? | 1100001010100100001111111110000010101001110010001101100000111111 | c2a43fe0a9c8d83f |
UTF-8 | 造렎爰磐렰 | 111010011000000010100000111010111010000010001110111001111000100010110000111001111010001110010000111010111010000010110000 | e980a0eba08ee788b0e7a390eba0b0 |
UHC | 造렎爰磐렰 | 11110000111000111000111010100100111010101011101011011010111100011000111010111101 | f0e38ea4eabadaf18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)