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 | 茯朱舟褪 | 1110010010101000100011101110100110001111010011011110010111110010 | e4a88ee98f4de5f2 |
EUC-JP | 茯朱舟褪 | 1110100010101010101111001110101110111101101011101110101011110100 | e8aabcebbdaeeaf4 |
UTF-8 | 茯朱舟褪 | 111010001000110010101111111001101001110010110001111010001000100010011111111010001010010010101010 | e88cafe69cb1e8889fe8a4aa |
UHC | 茯朱舟褪 | 1101110011011010111100011011100111110001110001111111011111011011 | dcdaf1b9f1c7f7db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)