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 | 才▼?崖 | 10001101110010111000000110100101001111111000101001010010 | 8dcb81a53f8a52 |
EUC-JP | 才▼?崖 | 10111010110011011010001010100111001111111011001110110011 | bacda2a73fb3b3 |
UTF-8 | 才▼낡崖 | 111001101000100110001101111000101001011010111100111010111000001010100001111001011011010010010110 | e6898de296bceb82a1e5b496 |
UHC | 才▼낡崖 | 1110111010100110101000011110010110110011101100001110010011110000 | eea6a1e5b3b0e4f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)