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 | 襞碕鮎襞碕襖 | 111001011111110010001101111010101000100010111100111001011111110010001101111010101000100110100110 | e5fc8dea88bce5fc8dea89a6 |
EUC-JP | 襞碕鮎襞碕襖 | 111010101111111010111010111011001011000010111110111010101111111010111010111011001011001010101000 | eafebaecb0beeafebaecb2a8 |
UTF-8 | 襞碕鮎襞碕襖 | 111010001010010110011110111001111010001010010101111010011010111010001110111010001010010110011110111001111010001010010101111010001010010110010110 | e8a59ee7a295e9ae8ee8a59ee7a295e8a596 |
UHC | ??鮎??? | 00111111001111111110111111000110001111110011111100111111 | 3f3fefc63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)