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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?b???? | 00111111100000101000001000111111001111110011111100111111 | 3f82823f3f3f3f |
EUC-JP | 渶b?瀣?? | 1000111111000111111011011010001111100010001111111000111111001001101100010011111100111111 | 8fc7eda3e23f8fc9b13f3f |
UTF-8 | 渶b뫅瀣싩독 | 111001101011100010110110111011111011110110000010111010111010101110000101111001111000000010100011111011001000101110101001111010111000111110000101 | e6b8b6efbd82ebab85e780a3ec8ba9eb8f85 |
UHC | 渶b뫅瀣싩독 | 111001111011011110100011111000101001000110101000111110101010111010011010111001111011010110110110 | e7b7a3e291a8faae9ae7b5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)