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 | 壓??誼?? | 1001101011011000001111110011111110001011011000100011111100111111 | 9ad83f3f8b623f3f |
EUC-JP | 壓??誼?? | 1101010011011010001111110011111110110101110000110011111100111111 | d4da3f3fb5c33f3f |
UTF-8 | 壓꾩눖誼뀐쬃 | 111001011010001110010011111010101011111010101001111010111000100010010110111010001010101010111100111010111000000010010000111011001010110010000011 | e5a393eabea9eb8896e8aabceb8090ecac83 |
UHC | 壓꾩눖誼뀐쬃 | 111001001110001010000100111011001000011110110000111010111111111010110010111011111010011010011010 | e4e284ec87b0ebfeb2efa69a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)