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 | 舜??屎 | 100011110111011100111111001111111001101110011101 | 8f773f3f9b9d |
EUC-JP | 舜??屎 | 101111011101100000111111001111111101010111111101 | bdd83f3fd5fd |
UTF-8 | 舜띸둖屎 | 111010001000100010011100111010111001110110111000111010111001000110010110111001011011000110001110 | e8889ceb9db8eb9196e5b18e |
UHC | 舜띸둖屎 | 1110001011101111100011011110011110001010010011111110001110111010 | e2ef8de78a4fe3ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)