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 | 萍上ー尺灼 | 111001001100101010001111111000111011000010001110110110101000111011011100 | e4ca8fe3b08eda8edc |
EUC-JP | 萍上ー尺灼 | 11101000110011001011111011100101100011101011000010111100110111001011110011011110 | e8ccbee58eb0bcdcbcde |
UTF-8 | 萍上ー尺灼 | 111010001001000010001101111001001011100010001010111011111011110110110000111001011011000010111010111001111000000110111100 | e8908de4b88aefbdb0e5b0bae781bc |
UHC | 萍上?尺灼 | 111110001100001111011111101111100011111111110100101010011110110111000111 | f8c3dfbe3ff4a9edc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)