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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 琉쏅궢鱗룡츝 | 111011111010011110001100111011001000111110000101111010101011011010100010111011111010011110110010111010111010001110100001111011001011100010011101 | efa78cec8f85eab6a2efa7b2eba3a1ecb89d |
UHC | 琉쏅궢鱗룡츝 | 111010111010010010011011111010111000001010110101111011001110011110110111111001101010111010010110 | eba49beb82b5ece7b7e6ae96 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)