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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 底??弄? | 10010010111010100011111100111111100110000100110100111111 | 92ea3f3f984d3f |
EUC-JP | 底??弄? | 11000100111011000011111100111111110011111010111000111111 | c4ec3f3fcfae3f |
UTF-8 | 底펨렖弄섧 | 111001011011101010010101111011011000111010101000111010111010000010010110111001011011110010000100111011001000010010100111 | e5ba95ed8ea8eba096e5bc84ec84a7 |
UHC | 底펨렖弄섧 | 11101110101111001100011011101000100011101010101111010110111001111011110010110101 | eebcc6e88eabd6e7bcb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)