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 | 害?し?お? | 100010100101000100111111100000101011010100111111100000101010100000111111 | 8a513f82b53f82a83f |
EUC-JP | 害?し?お? | 101100111011001000111111101001001011011100111111101001001010101000111111 | b3b23fa4b73fa4aa3f |
UTF-8 | 害퀭し랐お렩 | 111001011010111010110011111011011000000010101101111000111000000110010111111010111001111010010000111000111000000110001010111010111010000010101001 | e5aeb3ed80ade38197eb9e90e3818aeba0a9 |
UHC | 害퀭し랐お렩 | 111110101010101011000100111110101010101010110111101101101111101010101010101010101000111010110111 | faaac4faaab7b6faaaaa8eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)