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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | 獒??瀣?? | 10001111110010111011101100111111001111111000111111001001101100010011111100111111 | 8fcbbb3f3f8fc9b13f3f |
UTF-8 | 獒붾굢瀣볡독 | 111001111000110110010010111010111011011010111110111010101011010110100010111001111000000010100011111010111011001110100001111010111000111110000101 | e78d92ebb6beeab5a2e780a3ebb3a1eb8f85 |
UHC | 獒붾굢瀣볡독 | 111010001010001110010100111010111000001010001001111110101010111010010011111001111011010110110110 | e8a394eb8289faae93e7b5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)