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 | 隘樣キコ | 111010001010010110011110111010011011011110111010 | e8a59ee9b7ba |
EUC-JP | 隘樣キコ | 1111000010100111110111001110101110001110101101111000111010111010 | f0a7dceb8eb78eba |
UTF-8 | 隘樣キコ | 111010011001101010011000111001101010100010100011111011111011110110110111111011111011110110111010 | e99a98e6a8a3efbdb7efbdba |
UHC | 隘樣?? | 111001001111011011100101110001100011111100111111 | e4f6e5c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)