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 | 畏????? | 10001000110110000011111100111111001111110011111100111111 | 88d83f3f3f3f3f |
EUC-JP | 畏????? | 10110000110110100011111100111111001111110011111100111111 | b0da3f3f3f3f3f |
UTF-8 | 畏방콖了㎩폀 | 111001111001010110001111111010111011000010101001111011001011110110010110111011111010011010111010111000111000111010101001111011011000111110000000 | e7958febb0a9ecbd96efa6bae38ea9ed8f80 |
UHC | 畏방콖了㎩폀 | 111010001110011010111001111001101011000110010000111010001110011110100111111001011011110010001111 | e8e6b9e6b190e8e7a7e5bc8f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)