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 | ?屯?? | 0011111110010011110101000011111100111111 | 3f93d43f3f |
EUC-JP | 祜屯?? | 10001111110100001101100011000110110101100011111100111111 | 8fd0d8c6d63f3f |
UTF-8 | 祜屯렢당 | 111001111010010110011100111001011011000110101111111010111010000010100010111010111000101110111001 | e7a59ce5b1afeba0a2eb8bb9 |
UHC | 祜屯렢당 | 1111101111010100110101001110101010001110101100111011010011100111 | fbd4d4ea8eb3b4e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)