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 | ??憐?籠? | 0011111100111111100101111111011100111111111000101100010000111111 | 3f3f97f73fe2c43f |
EUC-JP | 獐?憐鋌籠? | 100011111100101110111010001111111100111011111001100011111110010010111011111001001100011000111111 | 8fcbba3fcef98fe4bbe4c63f |
UTF-8 | 獐곌憐鋌籠렠 | 111001111000110110010000111010101011001110001100111001101000011010010000111010011000101110001100111001111011000110100000111010111010000010100000 | e78d90eab38ce68690e98b8ce7b1a0eba0a0 |
UHC | 獐곌憐鋌籠렠 | 111011011110111110110000111010101101010111111011111011111111101111010110111010111000111010110001 | edefb0ead5fbeffbd6eb8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)