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 | ン鋧籤辟麻 | 110111011111101111001111111000101101110011100111100001001001011010000011 | ddfbcfe2dce7849683 |
EUC-JP | ン鋧籤辟麻 | 1000111011011101100011111110010011001011111001001101111011101101111001001100101111100011 | 8edd8fe4cbe4deede4cbe3 |
UTF-8 | ン鋧籤辟麻 | 111011111011111010011101111010011000101110100111111001111011000110100100111010001011111010011111111010011011101010111011 | efbe9de98ba7e7b1a4e8be9fe9babb |
UHC | ??籤?麻 | 00111111001111111111010011011001001111111101100010101011 | 3f3ff4d93fd8ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)