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 | 元?渦?? | 10001100101100110011111110001001010100010011111100111111 | 8cb33f89513f3f |
EUC-JP | 元?渦?? | 10111000101101010011111110110001101100100011111100111111 | b8b53fb1b23f3f |
UTF-8 | 元렧渦꿱갛 | 111001011000010110000011111010111010000010100111111001101011100010100110111010101011111110110001111010101011000010011011 | e58583eba0a7e6b8a6eabfb1eab09b |
UHC | 元렧渦꿱갛 | 11101010101010101000111010110110111010001011111010110010111010001011000010110010 | eaaa8eb6e8beb2e8b0b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)