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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鉤伜勣銜 | 1110011111101010100110001110010110011001101010001110011111110000 | e7ea98e599a8e7f0 |
EUC-JP | 鉤伜勣銜 | 1110111011101100110100001110011111010010101010101110111011110010 | eeecd0e7d2aaeef2 |
UTF-8 | 鉤伜勣銜 | 111010011000100110100100111001001011110010011100111001011000101110100011111010011000101010011100 | e989a4e4bc9ce58ba3e98a9c |
UHC | 鉤?勣銜 | 11001111110010010011111111101110110100111111100111100111 | cfc93feed3f9e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)