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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?紆}?紆{^ | 001111111110001011111100011111010011111111100010111111000111101101011110 | 3fe2fc7d3fe2fc7b5e |
EUC-JP | ?紆}?紆{^ | 001111111110010011111110011111010011111111100100111111100111101101011110 | 3fe4fe7d3fe4fe7b5e |
UTF-8 | 숣紆}숣紆{^ | 111011001000100010100011111001111011010010000110011111011110110010001000101000111110011110110100100001100111101101011110 | ec88a3e7b4867dec88a3e7b4867b5e |
UHC | 숣紆}숣紆{^ | 1001100111111110111010011110000101111101100110011111111011101001111000010111101101011110 | 99fee9e17d99fee9e17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)