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 | 在??猶 | 100011011101110100111111001111111001011101010000 | 8ddd3f3f9750 |
EUC-JP | 在??猶 | 101110101101111100111111001111111100110110110001 | badf3f3fcdb1 |
UTF-8 | 在노렯猶 | 111001011001110010101000111010111000010110111000111010111010000010101111111001111000110010110110 | e59ca8eb85b8eba0afe78cb6 |
UHC | 在노렯猶 | 1110111010100100101100111110101110001110101111001110101110100010 | eea4b3eb8ebceba2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)