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 | 汐肆ト | 11110010101111111000111010101100111000111110011011000100 | f2bf8eace3e6c4 |
EUC-JP | ?汐肆ト | 00111111101111001010111011100110111010001000111011000100 | 3fbcaee6e88ec4 |
UTF-8 | 汐肆ト | 111011101000011110110110111001101011000110010000111010001000001010000110111011111011111010000100 | ee87b6e6b190e88286efbe84 |
UHC | ?汐肆? | 001111111110000010110001110111101110101100111111 | 3fe0b1deeb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)