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 | 畑?〕鎰?? | 100101001010100000111111100000010110110011101000010011000011111100111111 | 94a83f816ce84c3f3f |
EUC-JP | 畑?〕鎰?? | 110010001010101000111111101000011100110111101111101011010011111100111111 | c8aa3fa1cdefad3f3f |
UTF-8 | 畑용〕鎰쎿슩 | 111001111001010110010001111011001001101010101001111000111000000010010101111010011000111010110000111011001000111010111111111011001000101010101001 | e79591ec9aa9e38095e98eb0ec8ebfec8aa9 |
UHC | 畑용〕鎰쎿슩 | 111011111010010110111111111010111010000110110011111011001111000010011011111001101001101010110010 | efa5bfeba1b3ecf09be69ab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)