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 | 靜????? | 11101000110011100011111100111111001111110011111100111111 | e8ce3f3f3f3f3f |
EUC-JP | 靜???嫄? | 111100001101000000111111001111110011111110001111101110101010000100111111 | f0d03f3f3f8fbaa13f |
UTF-8 | 靜띕렑렣嫄렖 | 111010011001110110011100111010111001110110010101111010111010000010010001111010111010000010100011111001011010101110000100111010111010000010010110 | e99d9ceb9d95eba091eba0a3e5ab84eba096 |
UHC | 靜띕렑렣嫄렖 | 111100001010000110110110111010111000111010100110100011101011010011101010101100011000111010101011 | f0a1b6eb8ea68eb4eab18eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)