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 | 畩亦畩烙 | 1110000101011101100101101001001011100001010111011110000010000000 | e15d9692e15de080 |
EUC-JP | 畩亦畩烙 | 1110000110111110110010111111001011100001101111101101111111100000 | e1becbf2e1bedfe0 |
UTF-8 | 畩亦畩烙 | 111001111001010110101001111001001011101010100110111001111001010110101001111001111000001110011001 | e795a9e4baa6e795a9e78399 |
UHC | ?亦?烙 | 001111111110011010110010001111111101010110100111 | 3fe6b23fd5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)