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 | 日???闇 | 10010011111110100011111100111111001111111000100011000101 | 93fa3f3f3f88c5 |
EUC-JP | 日???闇 | 11000110111111000011111100111111001111111011000011000111 | c6fc3f3f3fb0c7 |
UTF-8 | 日쿄렱렍闇 | 111001101001011110100101111011001011111110000100111010111010000010110001111010111010000010001101111010011001011110000111 | e697a5ecbf84eba0b1eba08de99787 |
UHC | 日쿄렱렍闇 | 11101100111011011100010011101100100011101011111010001110101000111110010011100001 | ecedc4ec8ebe8ea3e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)