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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 笑?泄\ | 100011111100111000111111100111111001010101011100 | 8fce3f9f955c |
EUC-JP | 笑?泄\ | 101111101101000000111111110111011111010101011100 | bed03fddf55c |
UTF-8 | 笑걪泄\ | 11100111101011001001000111101010101100011010101011100110101100111000010001011100 | e7ac91eab1aae6b3845c |
UHC | 笑걪泄\ | 11100001110001011000000110010011111000001101110001011100 | e1c58193e0dc5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)