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 | ??Y?? | 0011111100111111010110010011111100111111 | 3f3f593f3f |
SJIS-WIN | 低?Y低? | 10010010111000010011111101011001100100101110000100111111 | 92e13f5992e13f |
EUC-JP | 低?Y低? | 11000100111000110011111101011001110001001110001100111111 | c4e33f59c4e33f |
UTF-8 | 低렡Y低렡 | 11100100101111011000111011101011101000001010000101011001111001001011110110001110111010111010000010100001 | e4bd8eeba0a159e4bd8eeba0a1 |
UHC | 低렡Y低렡 | 111011101011100010001110101100100101100111101110101110001000111010110010 | eeb88eb259eeb88eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)