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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 膕よ迂矍 | 1110010001010001100000101110011010001001010010011110000111011101 | e45182e68949e1dd |
EUC-JP | 膕よ迂矍 | 1110011110110010101001001110100010110001101010101110001011011111 | e7b2a4e8b1aae2df |
UTF-8 | 膕よ迂矍 | 111010001000011010010101111000111000001010001000111010001011111110000010111001111001111110001101 | e88695e38288e8bf82e79f8d |
UHC | ?よ迂? | 001111111010101011101000111010011110011000111111 | 3faae8e9e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)