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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 錝ネ霄ゥヘ」 | 11111011110111011100100011101000101110101010100111110000101000111100110110100011 | fbddc8e8baa9f0a3cda3 |
EUC-JP | 錝ネ霄ゥ?ヘ」 | 1000111111100100110110111000111011001000111100001011110010001110101010010011111110001110110011011000111010100011 | 8fe4db8ec8f0bc8ea93f8ecd8ea3 |
UTF-8 | 錝ネ霄ゥヘ」 | 111010011000110010011101111011111011111010001000111010011001110010000100111011111011110110101001111011101000000110100010111011111011111010001101111011111011110110100011 | e98c9defbe88e99c84efbda9ee81a2efbe8defbda3 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)