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 | 捨丈モ | 11110000101111001000111011001100100011111110010011010011 | f0bc8ecc8fe4d3 |
EUC-JP | ?捨丈モ | 00111111101111001100111010111110111001101000111011010011 | 3fbccebee68ed3 |
UTF-8 | 捨丈モ | 111011101000000110111011111001101000110110101000111001001011100010001000111011111011111010010011 | ee81bbe68da8e4b888efbe93 |
UHC | ?捨丈? | 001111111101111011010111111011011101101100111111 | 3fded7eddb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)