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 | 凞ソ迺ス涇 | 1111101101011000101111111110011110010010101111011111101011111011 | fb58bfe792bdfafb |
EUC-JP | ?ソ迺ス涇 | 00111111100011101011111111101101111100101000111010111101100011111100011111000111 | 3f8ebfedf28ebd8fc7c7 |
UTF-8 | 凞ソ迺ス涇 | 111011111010100010010101111011111011110110111111111010001011111110111010111011111011110110111101111001101011011010000111 | efa895efbdbfe8bfbaefbdbde6b687 |
UHC | ????涇 | 001111110011111100111111001111111100110011011100 | 3f3f3f3fccdc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)