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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 藏??節? | 11100101010101010011111100111111100100001101111100111111 | e5553f3f90df3f |
EUC-JP | 藏??節? | 11101001101101100011111100111111110000001110000100111111 | e9b63f3fc0e13f |
UTF-8 | 藏㏆풌節쫐 | 111010001001011110001111111000111000111110000110111011011001001010001100111001111010111110000000111011001010101110010000 | e8978fe38f86ed928ce7af80ecab90 |
UHC | 藏㏆풌節쫐 | 11101101111110101010011111101111101111101001000111101111101111011010011001101000 | edfaa7efbe91efbda668 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)