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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???庸??? | 0011111100111111001111111001011101100110001111110011111100111111 | 3f3f3f97663f3f3f |
EUC-JP | ???庸??? | 0011111100111111001111111100110111000111001111110011111100111111 | 3f3f3fcdc73f3f3f |
UTF-8 | 連얜젍庸롫젧列 | 111011111010011010011010111011001001011010011100111011001010000010001101111001011011101010111000111010111010000110101011111011001010000010100111111011111010011010011100 | efa69aec969ceca08de5bab8eba1abeca0a7efa69c |
UHC | 連얜젍庸롫젧列 | 1110011011100110101111101110101110100000100011101110100110111100100011101110101110100000100111111110011011101010 | e6e6beeba08ee9bc8eeba09fe6ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)