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 | 銀??隱 | 100010111110001000111111001111111110100010101010 | 8be23f3fe8aa |
EUC-JP | 銀??隱 | 101101101110010000111111001111111111000010101100 | b6e43f3ff0ac |
UTF-8 | 銀댁쐭隱 | 111010011000101010000000111010111000110010000001111011001001000010101101111010011001101010110001 | e98a80eb8c81ec90ade99ab1 |
UHC | 銀댁쐭隱 | 1110101111011110101101001110110010011100100100011110101111011111 | ebdeb4ec9c91ebdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)