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 | 淲而鉦オ蒔 | 111110110100010010001110101001111000111111011110101101011000111010101010 | fb448ea78fdeb58eaa |
EUC-JP | ?而鉦オ蒔 | 001111111011110010101001101111101110000010001110101101011011110010101100 | 3fbca9bee08eb5bcac |
UTF-8 | 淲而鉦オ蒔 | 111001101011011110110010111010001000000010001100111010011000100110100110111011111011110110110101111010001001001010010100 | e6b7b2e8808ce989a6efbdb5e89294 |
UHC | ?而鉦?蒔 | 0011111111101100101110111110111111111010001111111110001111001000 | 3fecbbeffa3fe3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)