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 | 閻??殉?? | 1110100010000101001111110011111110001111011111010011111100111111 | e8853f3f8f7d3f3f |
EUC-JP | 閻??殉?? | 1110111111100101001111110011111110111101110111100011111100111111 | efe53f3fbdde3f3f |
UTF-8 | 閻띯뫖殉뉒맧 | 111010011001011010111011111010111001110110101111111010111010101110010110111001101010111010001001111010111000100110010010111010111010011110100111 | e996bbeb9dafebab96e6ae89eb8992eba7a7 |
UHC | 閻띯뫖殉뉒맧 | 111001111010001010001101111000101001000110111000111000101110011010000111111001111001000010110000 | e7a28de291b8e2e687e790b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)