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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | ス緘\ | 10111101111000110110011101011100 | bde3675c |
EUC-JP | ス緘\ | 1000111010111101111001011100100001011100 | 8ebde5c85c |
UTF-8 | ス緘\ | 11101111101111011011110111100111101101111001100001011100 | efbdbde7b7985c |
UHC | ?緘\ | 00111111111110011110010101011100 | 3ff9e55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)