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 | 襞碕鮎襞碕牡 | 111001011111110010001101111010101000100010111100111001011111110010001101111010101000100110110010 | e5fc8dea88bce5fc8dea89b2 |
EUC-JP | 襞碕鮎襞碕牡 | 111010101111111010111010111011001011000010111110111010101111111010111010111011001011001010110100 | eafebaecb0beeafebaecb2b4 |
UTF-8 | 襞碕鮎襞碕牡 | 111010001010010110011110111001111010001010010101111010011010111010001110111010001010010110011110111001111010001010010101111001111000100110100001 | e8a59ee7a295e9ae8ee8a59ee7a295e789a1 |
UHC | ??鮎??牡 | 0011111100111111111011111100011000111111001111111101100111000000 | 3f3fefc63f3fd9c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)