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 | 001111110011111101111101010110010011111100111111011111010110001001000101 | 3f3f7d593f3f7d6245 |
SJIS-WIN | 愛?}Y愛?}bE | 1000100010100100001111110111110101011001100010001010010000111111011111010110001001000101 | 88a43f7d5988a43f7d6245 |
EUC-JP | 愛?}Y愛?}bE | 1011000010100110001111110111110101011001101100001010011000111111011111010110001001000101 | b0a63f7d59b0a63f7d6245 |
UTF-8 | 愛枾}Y愛枾}bE | 1110011010000100100110111110011010011110101111100111110101011001111001101000010010011011111001101001111010111110011111010110001001000101 | e6849be69ebe7d59e6849be69ebe7d6245 |
UHC | 愛枾}Y愛枾}bE | 11100100111100011110001111000010011111010101100111100100111100011110001111000010011111010110001001000101 | e4f1e3c27d59e4f1e3c27d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)