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 | 韆第サ疲 | 11101000111001101001000111100110101110111001010011100110 | e8e691e6bb94e6 |
EUC-JP | 韆第サ疲 | 1111000011101000110000101110100010001110101110111100100011101000 | f0e8c2e88ebbc8e8 |
UTF-8 | 韆第サ疲 | 111010011001111110000110111001111010110010101100111011111011110110111011111001111001011010110010 | e99f86e7acacefbdbbe796b2 |
UHC | 韆第?疲 | 11110100110001111111000010101111001111111111100110101010 | f4c7f0af3ff9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)