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 | 騾榊符竏 | 1110100110000000100011011110010110010101100001001110001010001000 | e9808de59584e288 |
EUC-JP | 騾榊符竏 | 1111000111100000101110101110011111001001111001001110001111101000 | f1e0bae7c9e4e3e8 |
UTF-8 | 騾榊符竏 | 111010011010100010111110111001101010011010001010111001111010110010100110111001111010101110001111 | e9a8bee6a68ae7aca6e7ab8f |
UHC | ??符? | 0011111100111111110111011010110000111111 | 3f3fddac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)