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 | 壯??墻ゅ? | 100110101110000100111111001111111001101011010100100000101110001100111111 | 9ae13f3f9ad482e33f |
EUC-JP | 壯??墻ゅ? | 110101001110001100111111001111111101010011010110101001001110010100111111 | d4e33f3fd4d6a4e53f |
UTF-8 | 壯든뼻墻ゅ폀 | 111001011010001110101111111010111001001110100000111010111011110010111011111001011010001010111011111000111000001010000101111011011000111110000000 | e5a3afeb93a0ebbcbbe5a2bbe38285ed8f80 |
UHC | 壯든뼻墻ゅ폀 | 111011011110000010110101111001111001011010111110111011011101111110101010111001011011110010001111 | ede0b5e796beeddfaae5bc8f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)