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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 檍?????? | 1001111011111000001111110011111100111111001111110011111100111111 | 9ef83f3f3f3f3f3f |
EUC-JP | 檍?????? | 1101110011111010001111110011111100111111001111110011111100111111 | dcfa3f3f3f3f3f3f |
UTF-8 | 檍욜퓖횧轢욥뇦 | 111001101010101010001101111011001001101010011100111011011001001110010110111011011001101010100111111011111010011010001101111011001001101010100101111010111000011110100110 | e6aa8dec9a9ced9396ed9aa7efa68dec9aa5eb87a6 |
UHC | 檍욜퓖횧轢욥뇦 | 1110010111100101101111111110011110111111100000011100001110011110111001101011110010111111111010011000011110001110 | e5e5bfe7bf81c39ee6bcbfe9878e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)