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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 霍ソ轢ァ蟀喇 | 11101000101101111011111111100111100000001010011111100101101010011001101001101000 | e8b7bfe780a7e5a99a68 |
EUC-JP | 霍ソ轢ァ蟀喇 | 111100001011100110001110101111111110110111100000100011101010011111101010101010111101001111001001 | f0b98ebfede08ea7eaabd3c9 |
UTF-8 | 霍ソ轢ァ蟀喇 | 111010011001110010001101111011111011110110111111111010001011110110100010111011111011110110100111111010001001111110000000111001011001011010000111 | e99c8defbdbfe8bda2efbda7e89f80e59687 |
UHC | ??轢??喇 | 0011111100111111110101011111100100111111001111111101010011111010 | 3f3fd5f93f3fd4fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)