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 | 畑????? | 10010100101010000011111100111111001111110011111100111111 | 94a83f3f3f3f3f |
EUC-JP | 畑??洹?? | 110010001010101000111111001111111000111111000111101110100011111100111111 | c8aa3f3f8fc7ba3f3f |
UTF-8 | 畑노맓洹븀몷 | 111001111001010110010001111010111000010110111000111010111010011110010011111001101011010010111001111010111011100010000000111010111010101010110111 | e79591eb85b8eba793e6b4b9ebb880ebaab7 |
UHC | 畑노맓洹븀몷 | 111011111010010110110011111010111001000010100101111010101011011110111010111001111001000110011111 | efa5b3eb90a5eab7bae7919f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)