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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 遶溘ぅ | 111001111010101110011111111000111000001010100011 | e7ab9fe382a3 |
EUC-JP | 遶溘ぅ | 111011101010110111011110111001011010010010100101 | eeaddee5a4a5 |
UTF-8 | 遶溘ぅ | 111010011000000110110110111001101011101010011000111000111000000110000101 | e981b6e6ba98e38185 |
UHC | ??ぅ | 00111111001111111010101010100101 | 3f3faaa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)