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 | 11100000111110001110001010010010011111010101100111100000111110001110001010010010011111010110001001000101 | e0f8e2927d59e0f8e2927d6245 |
EUC-JP | 璧竰}Y璧竰}bE | 11100000111110101110001111110010011111010101100111100000111110101110001111110010011111010110001001000101 | e0fae3f27d59e0fae3f27d6245 |
UTF-8 | 璧竰}Y璧竰}bE | 1110011110010010101001111110011110101011101100000111110101011001111001111001001010100111111001111010101110110000011111010110001001000101 | e792a7e7abb07d59e792a7e7abb07d6245 |
UHC | 璧?}Y璧?}bE | 1101101111111101001111110111110101011001110110111111110100111111011111010110001001000101 | dbfd3f7d59dbfd3f7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)