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 | 押??手 | 100010011001111100111111001111111000111011101000 | 899f3f3f8ee8 |
EUC-JP | 押??手 | 101100101010000100111111001111111011110011101010 | b2a13f3fbcea |
UTF-8 | 押땹뢚手 | 111001101000101010111100111010111001010110111001111010111010001010011010111001101000100110001011 | e68abceb95b9eba29ae6898b |
UHC | 押땹뢚手 | 1110010011100011100010111000111110001111010101011110001010100010 | e4e38b8f8f55e2a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)