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 | 幸?繒? | 100011010100101100111111111110111000111100111111 | 8d4b3ffb8f3f |
EUC-JP | 幸?繒? | 10111001101011000011111110001111110101001101010000111111 | b9ac3f8fd4d43f |
UTF-8 | 幸렪繒랫 | 111001011011100110111000111010111010000010101010111001111011100110010010111010111001111010101011 | e5b9b8eba0aae7b992eb9eab |
UHC | 幸렪繒랫 | 1111101010111001100011101011100011110001111110011011011110100111 | fab98eb8f1f9b7a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)