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 | ???鏑? | 001111110011111100111111100100110100110000111111 | 3f3f3f934c3f |
EUC-JP | ???鏑? | 001111110011111100111111110001011010110100111111 | 3f3f3fc5ad3f |
UTF-8 | 롅렧렍鏑렣 | 111010111010000110000101111010111010000010100111111010111010000010001101111010011000111110010001111010111010000010100011 | eba185eba0a7eba08de98f91eba0a3 |
UHC | 롅렧렍鏑렣 | 10001110110010111000111010110110100011101010001111101110111010111000111010110100 | 8ecb8eb68ea3eeeb8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)