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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 豎晧喬籬食 | 11100110101100011001110111101100100010111010101011100010110111111001000001001000 | e6b19dec8baae2df9048 |
EUC-JP | 豎晧喬籬食 | 11101100101100111101101011101110101101101010110011100100111000011011111110101001 | ecb3daeeb6ace4e1bfa9 |
UTF-8 | 豎晧喬籬食 | 111010001011000110001110111001101001100110100111111001011001011010101100111001111011000110101100111010011010001110011111 | e8b18ee699a7e596ace7b1ace9a39f |
UHC | ?晧喬籬食 | 001111111111101111000101110011101110001011010111111001101110001111011101 | 3ffbc5cee2d7e6e3dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)