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 | 獒??靷?? | 10001111110010111011101100111111001111111000111111100111101111010011111100111111 | 8fcbbb3f3f8fe7bd3f3f |
UTF-8 | 獒붾퀬靷뤹㈉ | 111001111000110110010010111010111011011010111110111011011000000010101100111010011001110110110111111010111010010010111001111000111000100010001001 | e78d92ebb6beed80ace99db7eba4b9e38889 |
UHC | 獒붾퀬靷뤹㈉ | 111010001010001110010100111010111011001110100000111011001110011010001111111001111010100110111010 | e8a394ebb3a0ece68fe7a9ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)