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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??˘???^ | 001111110011111110001111101000101010111100111111001111110011111101011110 | 3f3f8fa2af3f3f3f5e |
UTF-8 | 凉득˘凉득궒^ | 111011111010010110111001111010111001001110011101110010111001100011101111101001011011100111101011100100111001110111101010101101101001001001011110 | efa5b9eb939dcb98efa5b9eb939deab6925e |
UHC | 凉득˘凉득궒^ | 11100101101111001011010111100110101000101010100011100101101111001011010111100110100000101010011101011110 | e5bcb5e6a2a8e5bcb5e682a75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)