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 | 絶???δ? | 1001000011100010001111110011111100111111100000111100001000111111 | 90e23f3f3f83c23f |
EUC-JP | 絶??倻δ? | 11000000111001000011111100111111100011111011000111110110101001101100010000111111 | c0e43f3f8fb1f6a6c43f |
UTF-8 | 絶껂퐱倻δ퐱 | 1110011110110101101101101110101010111011100000101110110110010000101100011110010110000000101110111100111010110100111011011001000010110001 | e7b5b6eabb82ed90b1e580bbceb4ed90b1 |
UHC | 絶껂퐱倻δ퐱 | 111011111011111010000011111001001011110110011010111001011010011010100101111001001011110110011010 | efbe83e4bd9ae5a6a5e4bd9a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)