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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 羹o週扈 | 1110001110111011100000101000111110001111010101001110011110111011 | e3bb828f8f54e7bb |
EUC-JP | 羹o週扈 | 1110011010111101101000111110111110111101101101011110111010111101 | e6bda3efbdb5eebd |
UTF-8 | 羹o週扈 | 111001111011111010111001111011111011110110001111111010011000000010110001111001101000100110001000 | e7beb9efbd8fe980b1e68988 |
UHC | 羹o週扈 | 1100101111011000101000111110111111110001110011101111101111000011 | cbd8a3eff1cefbc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)