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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 沃???θ? | 1001011110000000001111110011111100111111100000111100011000111111 | 97803f3f3f83c63f |
EUC-JP | 沃??堉θ? | 11001101111000000011111100111111100011111011011111111101101001101100100000111111 | cde03f3f8fb7fda6c83f |
UTF-8 | 沃섓퐣堉θ녂 | 1110011010110010100000111110110010000100100100111110110110010000101000111110010110100000100010011100111010111000111010111000010110000010 | e6b283ec8493ed90a3e5a089ceb8eb8582 |
UHC | 沃섓퐣堉θ녂 | 111010001010101010011000111011111011110110001100111010111011110010100101111010001000011010111010 | e8aa98efbd8cebbca5e886ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)