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 | èíYèíbE | 100011111110100011101101010110011000111111101000111011010110001001000101 | 8fe8ed598fe8ed6245 |
SJIS-WIN | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
EUC-JP | ?èíY?èíbE | 0011111110001111101010111011001010001111101010111011111101011001001111111000111110101011101100101000111110101011101111110110001001000101 | 3f8fabb28fabbf593f8fabb28fabbf6245 |
UTF-8 | èíYèíbE | 110000101000111111000011101010001100001110101101010110011100001010001111110000111010100011000011101011010110001001000101 | c28fc3a8c3ad59c28fc3a8c3ad6245 |
UHC | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)