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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 箚跛硴 | 111000101011001011100110111010101110000111101011 | e2b2e6eae1eb |
EUC-JP | 箚跛硴 | 111001001011010011101100111011001110001011101101 | e4b4ecece2ed |
UTF-8 | 箚跛硴 | 111001111010111010011010111010001011011110011011111001111010000110110100 | e7ae9ae8b79be7a1b4 |
UHC | 箚跛? | 1111001110110000111101111111010100111111 | f3b0f7f53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)