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 | 驤皮判笆ウ | 111010011000100010010100111001111001010010111011111000101001011010110011 | e98894e794bbe296b3 |
EUC-JP | 驤皮判笆ウ | 11110001111010001100100011101001110010001011110111100011111101101000111010110011 | f1e8c8e9c8bde3f68eb3 |
UTF-8 | 驤皮判笆ウ | 111010011010100110100100111001111001101010101110111001011000100010100100111001111010110010000110111011111011110110110011 | e9a9a4e79aaee588a4e7ac86efbdb3 |
UHC | ?皮判?? | 00111111111110011010101111110111111101110011111100111111 | 3ff9abf7f73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)