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 | 擁??液?? | 1001011101101001001111110011111110001001011101000011111100111111 | 97693f3f89743f3f |
EUC-JP | 擁??液?? | 1100110111001010001111110011111110110001110101010011111100111111 | cdca3f3fb1d53f3f |
UTF-8 | 擁뷸퍝液⒴쪢 | 111001101001001110000001111010111011011110111000111011011000110110011101111001101011011010110010111000101001001010110100111011001010101010100010 | e69381ebb7b8ed8d9de6b6b2e292b4ecaaa2 |
UHC | 擁뷸퍝液⒴쪢 | 111010001011011010111010111001101011101110010100111001001111101110101001111001011010010110011011 | e8b6bae6bb94e4fba9e5a59b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)