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 | 鵝??悉 | 111010100100000000111111001111111000111010111011 | ea403f3f8ebb |
EUC-JP | 鵝??悉 | 111100111010000100111111001111111011110010111101 | f3a13f3fbcbd |
UTF-8 | 鵝딇뢒悉 | 111010011011010110011101111010111001010010000111111010111010001010010010111001101000001010001001 | e9b59deb9487eba292e68289 |
UHC | 鵝딇뢒悉 | 1110010010111101100010101110110110001111010011011110001111111010 | e4bd8aed8f4de3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)