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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?妻?造 | 001111111000110111001000001111111001000110100010 | 3f8dc83f91a2 |
EUC-JP | ?妻?造 | 001111111011101011001010001111111100001010100100 | 3fbaca3fc2a4 |
UTF-8 | 롉妻렰造 | 111010111010000110001001111001011010011010111011111010111010000010110000111010011000000010100000 | eba189e5a6bbeba0b0e980a0 |
UHC | 롉妻렰造 | 1000111011001111111101001010001110001110101111011111000011100011 | 8ecff4a38ebdf0e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)