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 | 痍?運?紙? | 111000010111011100111111100010010101111000111111100011101000011000111111 | e1773f895e3f8e863f |
EUC-JP | 痍?運?紙? | 111000011101100000111111101100011011111100111111101110111110011000111111 | e1d83fb1bf3fbbe63f |
UTF-8 | 痍렞運렩紙렖 | 111001111001011110001101111010111010000010011110111010011000000110001011111010111010000010101001111001111011010010011001111010111010000010010110 | e7978deba09ee9818beba0a9e7b499eba096 |
UHC | 痍렞運렩紙렖 | 111011001011011110001110101011111110101010100001100011101011011111110010101101011000111010101011 | ecb78eafeaa18eb7f2b58eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)