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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 邨イ繝ァ譽ョ | 111001111011010110110010111000111000001110100111111001101010001110101110 | e7b5b2e383a7e6a3ae |
EUC-JP | 邨イ繝ァ譽ョ | 111011101011011110001110101100101110010111100011100011101010011111101100101001011000111010101110 | eeb78eb2e5e38ea7eca58eae |
UTF-8 | 邨イ繝ァ譽ョ | 111010011000001010101000111011111011110110110010111001111011100110011101111011111011110110100111111010001010110110111101111011111011110110101110 | e982a8efbdb2e7b99defbda7e8adbdefbdae |
UHC | 邨???譽? | 1111010110111110001111110011111100111111111001111110001000111111 | f5be3f3f3fe7e23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)