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 | ???g??? | 00111111001111110011111101100111001111110011111100111111 | 3f3f3f673f3f3f |
SJIS-WIN | 弱??g弱?? | 100011101110001100111111001111110110011110001110111000110011111100111111 | 8ee33f3f678ee33f3f |
EUC-JP | 弱??g弱?? | 101111001110010100111111001111110110011110111100111001010011111100111111 | bce53f3f67bce53f3f |
UTF-8 | 弱놅쉽g弱놅숲 | 11100101101111001011000111101011100001101000010111101100100010011011110101100111111001011011110010110001111010111000011010000101111011001000100010110010 | e5bcb1eb8685ec89bd67e5bcb1eb8685ec88b2 |
UHC | 弱놅쉽g弱놅숲 | 11100101101100001000011011101111101111011011000101100111111001011011000010000110111011111011110110100011 | e5b086efbdb167e5b086efbda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)