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 | 智?奚敎?? | 100100100111000100111111100110101111011011111010110011010011111100111111 | 92713f9af6facd3f3f |
EUC-JP | 智?奚??? | 1100001111010010001111111101010011111000001111110011111100111111 | c3d23fd4f83f3f3f |
UTF-8 | 智렱奚敎렜렦 | 111001101001100110111010111010111010000010110001111001011010010110011010111001101001010110001110111010111010000010011100111010111010000010100110 | e699baeba0b1e5a59ae6958eeba09ceba0a6 |
UHC | 智렱奚敎렜렦 | 111100101010101010001110101111101111101010101000110011101110011110001110101011101000111010110101 | f2aa8ebefaa8cee78eae8eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)