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 | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-WIN | 辿坦巽Y | 10010010010010001001001001010010100100100100011001011001 | 92489252924659 |
EUC-JP | 辿坦巽Y | 11000011101010011100001110110011110000111010011101011001 | c3a9c3b3c3a759 |
UTF-8 | 辿坦巽Y | 11101000101111101011111111100101100111011010011011100101101101111011110101011001 | e8bebfe59da6e5b7bd59 |
UHC | ?坦巽Y | 001111111111011110100100111000011101111001011001 | 3ff7a4e1de59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)