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 | 害?蜃?? | 10001010010100010011111111100101100001110011111100111111 | 8a513fe5873f3f |
EUC-JP | 害?蜃?? | 10110011101100100011111111101001111001110011111100111111 | b3b23fe9e73f3f |
UTF-8 | 害렟蜃렪롊 | 111001011010111010110011111010111010000010011111111010001001110010000011111010111010000010101010111010111010000110001010 | e5aeb3eba09fe89c83eba0aaeba18a |
UHC | 害렟蜃렪롊 | 11111010101010101000111010110000111000111111000110001110101110001000111011010000 | faaa8eb0e3f18eb88ed0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)