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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 業??偃?? | 1000101111000110001111110011111110011000111011100011111100111111 | 8bc63f3f98ee3f3f |
EUC-JP | 業??偃?? | 1011011011001000001111110011111111010000111100000011111100111111 | b6c83f3fd0f03f3f |
UTF-8 | 業붻댒偃뉑삍 | 111001101010010110101101111010111011011010111011111010111000110010010010111001011000000110000011111010111000100110010001111011001000001010001101 | e6a5adebb6bbeb8c92e58183eb8991ec828d |
UHC | 業붻댒偃뉑삍 | 111001011111011010010100111010001000100010111001111001011110011110000111111001101001100010010100 | e5f694e888b9e5e787e69894 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)