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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 야롎샬얀렫롋렍 | 111011001001010110111100111010111010000110001110111011001000001110101100111011001001011010000000111010111010000010101011111010111010000110001011111010111010000010001101 | ec95bceba18eec83acec9680eba0abeba18beba08d |
UHC | 야롎샬얀렫롋렍 | 1011111011011111100011101101010010111100101000111011111011100001100011101011100110001110110100011000111010100011 | bedf8ed4bca3bee18eb98ed18ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)