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 | ????k | 0011111100111111001111110011111101101011 | 3f3f3f3f6b |
SJIS-WIN | 旋?旋靄k | 1001000011111001001111111001000011111001111010001100100101101011 | 90f93f90f9e8c96b |
EUC-JP | 旋?旋靄k | 1100000011111011001111111100000011111011111100001100101101101011 | c0fb3fc0fbf0cb6b |
UTF-8 | 旋敾旋靄k | 11100110100101111000101111100110100101011011111011100110100101111000101111101001100111011000010001101011 | e6978be695bee6978be99d846b |
UHC | 旋敾旋靄k | 111000001100000111100000110000001110000011000001111001001111011101101011 | e0c1e0c0e0c1e4f76b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)