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 | ??菖?? | 001111110011111110001111110100100011111100111111 | 3f3f8fd23f3f |
EUC-JP | ??菖?? | 001111110011111110111110110101000011111100111111 | 3f3fbed43f3f |
UTF-8 | 瓆롊菖렱섣 | 111001111001001110000110111010111010000110001010111010001000111110010110111010111010000010110001111011001000010010100011 | e79386eba18ae88f96eba0b1ec84a3 |
UHC | 瓆롊菖렱섣 | 11110010111011111000111011010000111100111110111010001110101111101011110010110010 | f2ef8ed0f3ee8ebebcb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)