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 | 栓肆?箏 | 10010000111100001110001111100110001111111110001010110101 | 90f0e3e63fe2b5 |
EUC-JP | 栓肆?箏 | 11000000111100101110011011101000001111111110010010110111 | c0f2e6e83fe4b7 |
UTF-8 | 栓肆즙箏 | 111001101010000010010011111010001000001010000110111011001010011010011001111001111010111010001111 | e6a093e88286eca699e7ae8f |
UHC | 栓肆즙箏 | 1110111011111011110111101110101111000001111100111110111010110100 | eefbdeebc1f3eeb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)