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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
UTF-8 | 料뚦퉶力 | 111011111010011010111110111010111001101010100110111011011000100110110110111011111010011010001010 | efa6beeb9aa6ed89b6efa68a |
UHC | 料뚦퉶力 | 1110100011110111100011001110010110111001100011101110011010110011 | e8f78ce5b98ee6b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)