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 | ??u???? | 00111111001111110111010100111111001111110011111100111111 | 3f3f753f3f3f3f |
SJIS-WIN | ??u畯??? | 0011111100111111011101011111101101101111001111110011111100111111 | 3f3f75fb6f3f3f3f |
EUC-JP | ??u畯??? | 001111110011111101110101100011111100110110111011001111110011111100111111 | 3f3f758fcdbb3f3f3f |
UTF-8 | 亐렕u畯흘렟렩 | 11100100101110101001000011101011101000001001010101110101111001111001010110101111111011011001110110011000111010111010000010011111111010111010000010101001 | e4ba90eba09575e795afed9d98eba09feba0a9 |
UHC | 亐렕u畯흘렟렩 | 11101010101001111000111010101010011101011111000111100001110010001110101010001110101100001000111010110111 | eaa78eaa75f1e1c8ea8eb08eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)