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 | 容??? | 1001011101100101001111110011111100111111 | 97653f3f3f |
EUC-JP | 容??? | 1100110111000110001111110011111100111111 | cdc63f3f3f |
UTF-8 | 容쒑략輦 | 111001011010111010111001111011001001001010010001111010111001111010110101111011111010011010011000 | e5aeb9ec9291eb9eb5efa698 |
UHC | 容쒑략輦 | 1110100110111011100111001110100010110111101010111110011011100100 | e9bb9ce8b7abe6e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)