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 | 治鰲蒔 | 1111000111111000100011101010000111101001111000001000111010101010 | f1f88ea1e9e08eaa |
EUC-JP | ?治鰲蒔 | 00111111101111001010001111110010111000101011110010101100 | 3fbca3f2e2bcac |
UTF-8 | 治鰲蒔 | 111011101000010110110011111001101011001010111011111010011011000010110010111010001001001010010100 | ee85b3e6b2bbe9b0b2e89294 |
UHC | ?治鰲蒔 | 00111111111101101011110111101000101001111110001111001000 | 3ff6bde8a7e3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)