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 | ?繹???? | 00111111111000111000100000111111001111110011111100111111 | 3fe3883f3f3f3f |
EUC-JP | ?繹???? | 00111111111001011110100000111111001111110011111100111111 | 3fe5e83f3f3f3f |
UTF-8 | 렱繹롈렱秊롃 | 111010111010000010110001111001111011100110111001111010111010000110001000111010111010000010110001111011111010011010010101111010111010000110000011 | eba0b1e7b9b9eba188eba0b1efa695eba183 |
UHC | 렱繹롈렱秊롃 | 100011101011111011100110101110101000111011001110100011101011111011100110110111001000111011001010 | 8ebee6ba8ece8ebee6dc8eca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)