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 | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
SJIS-WIN | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
EUC-JP | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
UTF-8 | 了먲숱Y了먲숱bE | 111011111010011010111010111010111010100010110010111011001000100010110001010110011110111110100110101110101110101110101000101100101110110010001000101100010110001001000101 | efa6baeba8b2ec88b159efa6baeba8b2ec88b16245 |
UHC | 了먲숱Y了먲숱bE | 111010001110011110010000111011111011110110100010010110011110100011100111100100001110111110111101101000100110001001000101 | e8e790efbda259e8e790efbda26245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)