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 | 豎晧叫籵 | 1110011010110001100111011110110010001011101010011110001011100000 | e6b19dec8ba9e2e0 |
EUC-JP | 豎晧叫籵 | 1110110010110011110110101110111010110110101010111110010011100010 | ecb3daeeb6abe4e2 |
UTF-8 | 豎晧叫籵 | 111010001011000110001110111001101001100110100111111001011000111110101011111001111011000110110101 | e8b18ee699a7e58fabe7b1b5 |
UHC | ?晧叫? | 001111111111101111000101110100001010001100111111 | 3ffbc5d0a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)