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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 蔭????\ | 10001000111111000011111100111111001111110011111101011100 | 88fc3f3f3f3f5c |
EUC-JP | 蔭????\ | 10110000111111100011111100111111001111110011111101011100 | b0fe3f3f3f3f5c |
UTF-8 | 蔭띾졎溜둒\ | 11101000100101001010110111101011100111011011111011101100101000011000111011101111101001111000101111101011100100011001001001011100 | e894adeb9dbeeca18eefa78beb91925c |
UHC | 蔭띾졎溜둒\ | 1110101111100011100011011110101110100000101110111110101011111110100010100100110001011100 | ebe38deba0bbeafe8a4c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)