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 | 燿??俉? | 11100000101000000011111100111111111110100110000100111111 | e0a03f3ffa613f |
EUC-JP | 燿??俉? | 1110000010100010001111110011111110001111101100011011101100111111 | e0a23f3f8fb1bb3f |
UTF-8 | 燿쒙슬俉녔 | 111001111000011110111111111011001001001010011001111011001000101010101100111001001011111110001001111010111000010110010100 | e787bfec9299ec8aace4bf89eb8594 |
UHC | 燿쒙슬俉녔 | 11101000111111001001110011101111101111011011110111100111111010111011001111100110 | e8fc9cefbdbde7ebb3e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)