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 | 迴育惓迯 | 1110011110001111100010001110011110011100101010011110011110001101 | e78f88e79ca9e78d |
EUC-JP | 迴育惓迯 | 1110110111101111101100001110100111011000101010111110110111101101 | edefb0e9d8abeded |
UTF-8 | 迴育惓迯 | 111010001011111110110100111010001000001010110010111001101000001110010011111010001011111110101111 | e8bfb4e882b2e68393e8bfaf |
UHC | ?育?? | 0011111111101011110000000011111100111111 | 3febc03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)