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 | ?學漿? | 001111111001101101111011100111111111011100111111 | 3f9b7b9ff73f |
EUC-JP | ?學漿? | 001111111101010111011100110111101111100100111111 | 3fd5dcdef93f |
UTF-8 | 뤋學漿콒 | 111010111010010010001011111001011010110110111000111001101011110010111111111011001011110110010010 | eba48be5adb8e6bcbfecbd92 |
UHC | 뤋學漿콒 | 1000111110111011111110011100101011101101111011001011000110001110 | 8fbbf9caedecb18e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)