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 | 隱佯駕温 | 1110100010101010100110001101000110001001111011011000100110110111 | e8aa98d189ed89b7 |
EUC-JP | 隱佯駕温 | 1111000010101100110100001101001110110010111011111011001010111001 | f0acd0d3b2efb2b9 |
UTF-8 | 隱佯駕温 | 111010011001101010110001111001001011110110101111111010011010011110010101111001101011100010101001 | e99ab1e4bdafe9a795e6b8a9 |
UHC | 隱佯駕? | 11101011110111111110010110111010110010101011110100111111 | ebdfe5bacabd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)