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 | ?韻?? | 0011111110001001010000110011111100111111 | 3f89433f3f |
EUC-JP | ?韻?? | 0011111110110001101001000011111100111111 | 3fb1a43f3f |
UTF-8 | 쒔韻롃뤦 | 111011001001001010010100111010011001111110111011111010111010000110000011111010111010010010100110 | ec9294e99fbbeba183eba4a6 |
UHC | 쒔韻롃뤦 | 1011111010101101111010101010010010001110110010101000111111010100 | beadeaa48eca8fd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)