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 | 鋿軸涬シ霆 | 111110111101110010001110101100101111101101000001101111001110100010111011 | fbdc8eb2fb41bce8bb |
EUC-JP | 鋿軸涬シ霆 | 100011111110010011010010101111001011010010001111110001111100111110001110101111001111000010111101 | 8fe4d2bcb48fc7cf8ebcf0bd |
UTF-8 | 鋿軸涬シ霆 | 111010011000101110111111111010001011101110111000111001101011011010101100111011111011110110111100111010011001110010000110 | e98bbfe8bbb8e6b6acefbdbce99c86 |
UHC | ?軸??霆 | 00111111111101011110111000111111001111111110111111111101 | 3ff5ee3f3feffd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)