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 | 櫻??宜?? | 1001111101001110001111110011111110001011010110000011111100111111 | 9f4e3f3f8b583f3f |
EUC-JP | 櫻??宜?? | 1101110110101111001111110011111110110101101110010011111100111111 | ddaf3f3fb5b93f3f |
UTF-8 | 櫻뗣굞宜녑ㄾ | 111001101010101110111011111010111001011110100011111010101011010110011110111001011010111010011100111010111000010110010001111000111000010010111110 | e6abbbeb97a3eab59ee5ae9ceb8591e384be |
UHC | 櫻뗣굞宜녑ㄾ | 111001011010000110001011111000111000001010000110111010111111000110110011111001011010010010101110 | e5a18be38286ebf1b3e5a4ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)