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 | 渦??極 | 100010010101000100111111001111111000101111001001 | 89513f3f8bc9 |
EUC-JP | 渦??極 | 101100011011001000111111001111111011011011001011 | b1b23f3fb6cb |
UTF-8 | 渦잋퉿極 | 111001101011100010100110111011001001111010001011111011011000100110111111111001101010010110110101 | e6b8a6ec9e8bed89bfe6a5b5 |
UHC | 渦잋퉿極 | 1110100010111110100111111110010010111001100101111101000010111111 | e8be9fe4b997d0bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)