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 | 霎ッ逧ョ竏楚 | 11101000101111101010111111100111100110101010111011100010100010001001000101011110 | e8beafe79aaee288915e |
EUC-JP | 霎ッ逧ョ竏楚 | 111100001100000010001110101011111110110111111010100011101010111011100011111010001100000110111111 | f0c08eafedfa8eaee3e8c1bf |
UTF-8 | 霎ッ逧ョ竏楚 | 111010011001110010001110111011111011110110101111111010011000000010100111111011111011110110101110111001111010101110001111111001101010010110011010 | e99c8eefbdafe980a7efbdaee7ab8fe6a59a |
UHC | ?????楚 | 00111111001111110011111100111111001111111111010110100010 | 3f3f3f3f3ff5a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)