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 | 讓ス雉雁夋 | 111001101010100010111101111010001011001110001010111001011111101010011111 | e6a8bde8b38ae5fa9f |
EUC-JP | 讓ス雉雁夋 | 1110110010101010100011101011110111110000101101011011010011100111100011111011100011100001 | ecaa8ebdf0b5b4e78fb8e1 |
UTF-8 | 讓ス雉雁夋 | 111010001010111010010011111011111011110110111101111010011001101110001001111010011001101110000001111001011010010010001011 | e8ae93efbdbde99b89e99b81e5a48b |
UHC | 讓?雉雁? | 1110010111010011001111111111011011001011111001001101001000111111 | e5d33ff6cbe4d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)