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 | ???I^ | 0011111100111111001111110100100101011110 | 3f3f3f495e |
SJIS-WIN | ?述こI^ | 00111111100011110111000110000010101100010100100101011110 | 3f8f7182b1495e |
EUC-JP | ?述こI^ | 00111111101111011101001010100100101100110100100101011110 | 3fbdd2a4b3495e |
UTF-8 | 얇述こI^ | 1110110010010110100001111110100010111111101100001110001110000001100100110100100101011110 | ec9687e8bfb0e38193495e |
UHC | 얇述こI^ | 1011111011100011111000101111101110101010101100110100100101011110 | bee3e2fbaab3495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)