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 | 舜??信 | 100011110111011100111111001111111001000001001101 | 8f773f3f904d |
EUC-JP | 舜??信 | 101111011101100000111111001111111011111110101110 | bdd83f3fbfae |
UTF-8 | 舜띸둖信 | 111010001000100010011100111010111001110110111000111010111001000110010110111001001011111110100001 | e8889ceb9db8eb9196e4bfa1 |
UHC | 舜띸둖信 | 1110001011101111100011011110011110001010010011111110001111100001 | e2ef8de78a4fe3e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)