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 | 傭??翁 | 100101110110001000111111001111111000100110100101 | 97623f3f89a5 |
EUC-JP | 傭??翁 | 110011011100001100111111001111111011001010100111 | cdc33f3fb2a7 |
UTF-8 | 傭됪퐗翁 | 111001011000001010101101111010111001000010101010111011011001000010010111111001111011111110000001 | e582adeb90aaed9097e7bf81 |
UHC | 傭됪퐗翁 | 1110100110110110100010011110011010111101100000011110100010111010 | e9b689e6bd81e8ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)