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 | 譓ル贓イ | 111110111010101111011001111001101101100110110010 | fbabd9e6d9b2 |
EUC-JP | 譓ル贓イ | 100011111101111011001011100011101101100111101100110110111000111010110010 | 8fdecb8ed9ecdb8eb2 |
UTF-8 | 譓ル贓イ | 111010001010110110010011111011111011111010011001111010001011010010010011111011111011110110110010 | e8ad93efbe99e8b493efbdb2 |
UHC | ??贓? | 0011111100111111111011011111110000111111 | 3f3fedfc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)