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 | ?舜?禳 | 001111111000111101110111001111111110001001011001 | 3f8f773fe259 |
EUC-JP | ?舜?禳 | 001111111011110111011000001111111110001110111010 | 3fbdd83fe3ba |
UTF-8 | 쒔舜렕禳 | 111011001001001010010100111010001000100010011100111010111010000010010101111001111010011010110011 | ec9294e8889ceba095e7a6b3 |
UHC | 쒔舜렕禳 | 1011111010101101111000101110111110001110101010101110010111001100 | beade2ef8eaae5cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)