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 | 阨壽ソ斐リ | 111010001001010110011010111001101011111110010100111000111000001110001010 | e8959ae6bf94e3838a |
EUC-JP | 阨壽ソ斐リ | 11101111111101011101010011101000100011101011111111001000111001011010010111101010 | eff5d4e88ebfc8e5a5ea |
UTF-8 | 阨壽ソ斐リ | 111010011001100010101000111001011010001110111101111011111011110110111111111001101001011010010000111000111000001110101010 | e998a8e5a3bdefbdbfe69690e383aa |
UHC | ?壽?斐リ | 0011111111100001111110000011111111011101111011001010101111101010 | 3fe1f83fddecabea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)