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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 菴呷「わ答 | 111001001011110110011001111011001010001010000010111011011001001110011010 | e4bd99eca282ed939a |
EUC-JP | 菴呷「わ答 | 11101000101111111101001011101110100011101010001010100100111011111100010111111010 | e8bfd2ee8ea2a4efc5fa |
UTF-8 | 菴呷「わ答 | 111010001000111110110100111001011001000110110111111011111011110110100010111000111000001010001111111001111010110110010100 | e88fb4e591b7efbda2e3828fe7ad94 |
UHC | 菴??わ答 | 1110010011100000001111110011111110101010111011111101001111001101 | e4e03f3faaefd3cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)