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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 繒????? | 11111011100011110011111100111111001111110011111100111111 | fb8f3f3f3f3f3f |
EUC-JP | 繒????? | 1000111111010100110101000011111100111111001111110011111100111111 | 8fd4d43f3f3f3f3f |
UTF-8 | 繒ㅻ렊희렰렗 | 111001111011100110010010111000111000010110111011111010111010000010001010111011011001110110101100111010111010000010110000111010111010000010010111 | e7b992e385bbeba08aed9daceba0b0eba097 |
UHC | 繒ㅻ렊희렰렗 | 111100011111100110100100111010111000111010100001110010001111000110001110101111011000111010101100 | f1f9a4eb8ea1c8f18ebd8eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)