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 | 00111111001111110011111100111111001111110011111101101011 | 3f3f3f3f3f3f6b |
SJIS-WIN | 獰??有??k | 111000001101011000111111001111111001011101001100001111110011111101101011 | e0d63f3f974c3f3f6b |
EUC-JP | 獰??有??k | 111000001101100000111111001111111100110110101101001111110011111101101011 | e0d83f3fcdad3f3f6b |
UTF-8 | 獰욊퀒有띕몘k | 11100111100011011011000011101100100110101000101011101101100000001001001011100110100111001000100111101011100111011001010111101011101010101001100001101011 | e78db0ec9a8aed8092e69c89eb9d95ebaa986b |
UHC | 獰욊퀒有띕몘k | 11100111101111101001111011101010101100111000011111101010111100111011011011101011100100011000011001101011 | e7be9eeab387eaf3b6eb91866b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)