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 | 俉??俉? | 11111010011000010011111100111111111110100110000100111111 | fa613f3ffa613f |
EUC-JP | 俉??俉? | 100011111011000110111011001111110011111110001111101100011011101100111111 | 8fb1bb3f3f8fb1bb3f |
UTF-8 | 俉녑뀒俉녑 | 111001001011111110001001111010111000010110010001111010111000000010010010111001001011111110001001111010111000010110010001 | e4bf89eb8591eb8092e4bf89eb8591 |
UHC | 俉녑뀒俉녑 | 11100111111010111011001111100101100001011000110011100111111010111011001111100101 | e7ebb3e5858ce7ebb3e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)