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 | 隘櫁ざ籥〔 | 11101000101001011001111011101000100000101011010011100010110111101000000101101011 | e8a59ee882b4e2de816b |
EUC-JP | 隘櫁ざ籥〔 | 11110000101001111101110011101010101001001011011011100100111000001010000111001100 | f0a7dceaa4b6e4e0a1cc |
UTF-8 | 隘櫁ざ籥〔 | 111010011001101010011000111001101010101110000001111000111000000110010110111001111011000110100101111000111000000010010100 | e99a98e6ab81e38196e7b1a5e38094 |
UHC | 隘?ざ?〔 | 1110010011110110001111111010101010110110001111111010000110110010 | e4f63faab63fa1b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)