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 | 荏絅鋸窪? | 100010010110000011100011010001001000101110011000100011000100010100111111 | 8960e3448b988c453f |
EUC-JP | 荏絅鋸窪? | 101100011100000111100101101001011011010111111000101101111010011000111111 | b1c1e5a5b5f8b7a63f |
UTF-8 | 荏絅鋸窪렱 | 111010001000110110001111111001111011010110000101111010011000101110111000111001111010101010101010111010111010000010110001 | e88d8fe7b585e98bb8e7aaaaeba0b1 |
UHC | 荏絅鋸窪렱 | 11101100111110111100110011100111110010111110101011101000110000011000111010111110 | ecfbcce7cbeae8c18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)