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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蔭???? | 100010001111110000111111001111110011111100111111 | 88fc3f3f3f3f |
EUC-JP | 蔭???? | 101100001111111000111111001111110011111100111111 | b0fe3f3f3f3f |
UTF-8 | 蔭띾졎溜멌 | 111010001001010010101101111010111001110110111110111011001010000110001110111011111010011110001011111010111010100110001100 | e894adeb9dbeeca18eefa78beba98c |
UHC | 蔭띾졎溜멌 | 11101011111000111000110111101011101000001011101111101010111111101001000101000011 | ebe38deba0bbeafe9143 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)