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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | 璵??艅? | 100011111100110011100110001111110011111110001111110101101111110100111111 | 8fcce63f3f8fd6fd3f |
UTF-8 | 璵붿댎艅덄 | 111001111001001010110101111010111011011010111111111010111000110010001110111010001000100110000101111010111000110110000100 | e792b5ebb6bfeb8c8ee88985eb8d84 |
UHC | 璵붿댎艅덄 | 11100110101001011001010011101100100010001011011111100110101010011000100011100111 | e6a594ec88b7e6a988e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)