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 | 壓??泣?? | 1001101011011000001111110011111110001011100000110011111100111111 | 9ad83f3f8b833f3f |
EUC-JP | 壓??泣?? | 1101010011011010001111110011111110110101111000110011111100111111 | d4da3f3fb5e33f3f |
UTF-8 | 壓꾩눖泣뽩봅 | 111001011010001110010011111010101011111010101001111010111000100010010110111001101011001110100011111010111011110110101001111010111011010010000101 | e5a393eabea9eb8896e6b3a3ebbda9ebb485 |
UHC | 壓꾩눖泣뽩봅 | 111001001110001010000100111011001000011110110000111010111110100010010110111001011011101010111110 | e4e284ec87b0ebe896e5babe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)