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 | 影??漿 | 100010010110010100111111001111111001111111110111 | 89653f3f9ff7 |
EUC-JP | 影??漿 | 101100011100011000111111001111111101111011111001 | b1c63f3fdef9 |
UTF-8 | 影놂풏漿 | 111001011011110110110001111010111000011010000010111011011001001010001111111001101011110010111111 | e5bdb1eb8682ed928fe6bcbf |
UHC | 影놂풏漿 | 1110011110101111101100111110111110111110100100111110110111101100 | e7afb3efbe93edec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)