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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蛛簿ッシ | 111001011000000110010101111010111010111110111100 | e58195ebafbc |
EUC-JP | 蛛簿ッシ | 1110100111100001110010101110110110001110101011111000111010111100 | e9e1caed8eaf8ebc |
UTF-8 | 蛛簿ッシ | 111010001001101110011011111001111011000010111111111011111011110110101111111011111011110110111100 | e89b9be7b0bfefbdafefbdbc |
UHC | 蛛簿?? | 111100011100100011011101101011010011111100111111 | f1c8ddad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)