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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 義???鏃? | 1000101101100000001111110011111100111111111010000101011000111111 | 8b603f3f3fe8563f |
EUC-JP | 義???鏃? | 1011010111000001001111110011111100111111111011111011011100111111 | b5c13f3f3fefb73f |
UTF-8 | 義렧뤰ㅮ鏃퐥 | 111001111011111010101001111010111010000010100111111010111010010010110000111000111000010110101110111010011000111110000011111011011001000010100101 | e7bea9eba0a7eba4b0e385aee98f83ed90a5 |
UHC | 義렧뤰ㅮ鏃퐥 | 111010111111100110001110101101101000111111011110101001001101111011110000111011001011110110001110 | ebf98eb68fdea4def0ecbd8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)