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 | 栓肆?瀧 | 10010000111100001110001111100110001111111001000111101011 | 90f0e3e63f91eb |
EUC-JP | 栓肆?瀧 | 11000000111100101110011011101000001111111100001011101101 | c0f2e6e83fc2ed |
UTF-8 | 栓肆렞瀧 | 111001101010000010010011111010001000001010000110111010111010000010011110111001111000000010100111 | e6a093e88286eba09ee780a7 |
UHC | 栓肆렞瀧 | 1110111011111011110111101110101110001110101011111101011011101001 | eefbdeeb8eafd6e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)