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 | ?e??? | 001111111000001010000101001111110011111100111111 | 3f82853f3f3f |
EUC-JP | ?e??? | 001111111010001111100101001111110011111100111111 | 3fa3e53f3f3f |
UTF-8 | 醴e릦勵텯 | 111011111010011010110111111011111011110110000101111010111010011010100110111011111010010110111111111011011000010110101111 | efa6b7efbd85eba6a6efa5bfed85af |
UHC | 醴e릦勵텯 | 11100111111001001010001111100101100100001000100011100101111110101011011101000010 | e7e4a3e59088e5fab742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)