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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 易э?將?? | 100010001101010110000100100011110011111110011011100100100011111100111111 | 88d5848f3f9b923f3f |
EUC-JP | 易э?將?? | 101100001101011110100111111011110011111111010101111100100011111100111111 | b0d7a7ef3fd5f23f3f |
UTF-8 | 易э슨將됵쉐 | 1110011010011000100100111101000110001101111011001000101010101000111001011011000010000111111010111001000010110101111011001000100110010000 | e69893d18dec8aa8e5b087eb90b5ec8990 |
UHC | 易э슨將됵쉐 | 111001101011011010101100111011111011110110111100111011011110001010001001111011111011110110100110 | e6b6acefbdbcede289efbda6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)