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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 傲ゅ?釗? | 1001100011111100100000101110001100111111111110111011101100111111 | 98fc82e33ffbbb3f |
EUC-JP | 傲ゅ?釗? | 110100001111111010100100111001010011111110001111111000111010011000111111 | d0fea4e53f8fe3a63f |
UTF-8 | 傲ゅ굫釗곁 | 111001011000001010110010111000111000001010000101111010101011010110101011111010011000011110010111111010101011001110000001 | e582b2e38285eab5abe98797eab381 |
UHC | 傲ゅ굫釗곁 | 11100111111011001010101011100101100000101001000111100001111100101011000011100111 | e7ecaae58291e1f2b0e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)