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 | ?ろ?荏 | 001111111000001011101011001111111000100101100000 | 3f82eb3f8960 |
EUC-JP | ?ろ?荏 | 001111111010010011101101001111111011000111000001 | 3fa4ed3fb1c1 |
UTF-8 | 淋ろ슓荏 | 111011111010011110110101111000111000001010001101111011001000101010010011111010001000110110001111 | efa7b5e3828dec8a93e88d8f |
UHC | 淋ろ슓荏 | 1110110011111000101010101110110110011010101000101110110011111011 | ecf8aaed9aa2ecfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)