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 | ?繹?? | 0011111111100011100010000011111100111111 | 3fe3883f3f |
EUC-JP | ?繹?? | 0011111111100101111010000011111100111111 | 3fe5e83f3f |
UTF-8 | 렱繹롈렱 | 111010111010000010110001111001111011100110111001111010111010000110001000111010111010000010110001 | eba0b1e7b9b9eba188eba0b1 |
UHC | 렱繹롈렱 | 1000111010111110111001101011101010001110110011101000111010111110 | 8ebee6ba8ece8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)