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 | 慂??松? | 10011100110010000011111100111111100011111011110000111111 | 9cc83f3f8fbc3f |
EUC-JP | 慂??松? | 11011000110010100011111100111111101111101011111000111111 | d8ca3f3fbebe3f |
UTF-8 | 慂딁쭅松㎩ | 111001101000010110000010111010111001010010000001111011001010110110000101111001101001110110111110111000111000111010101001 | e68582eb9481ecad85e69dbee38ea9 |
UHC | 慂딁쭅松㎩ | 11101001101111011000101011100111101001111000000111100001111001101010011111100101 | e9bd8ae7a781e1e6a7e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)