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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 째쨔횩짱횓횑 | 111011001010011110111000111011001010100010010100111011011001101010101001111011001010011110110001111011011001101010010011111011011001101010010001 | eca7b8eca894ed9aa9eca7b1ed9a93ed9a91 |
UHC | 째쨔횩짱횓횑 | 110000101011000011000010101110011100001110011111110000101010111111000011100011101100001110001100 | c2b0c2b9c39fc2afc38ec38c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)