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 | 鵝??節? | 11101010010000000011111100111111100100001101111100111111 | ea403f3f90df3f |
EUC-JP | 鵝??節? | 11110011101000010011111100111111110000001110000100111111 | f3a13f3fc0e13f |
UTF-8 | 鵝묒젚節썍 | 111010011011010110011101111010111010110010010010111011001010000010011010111001111010111110000000111011001000110110001101 | e9b59debac92eca09ae7af80ec8d8d |
UHC | 鵝묒젚節썍 | 11100100101111011001000111101100101000001001011011101111101111011001101101111010 | e4bd91eca096efbd9b7a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)