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 | ????V | 0011111100111111001111110011111101010110 | 3f3f3f3f56 |
SJIS-WIN | ????V | 0011111100111111001111110011111101010110 | 3f3f3f3f56 |
EUC-JP | ????V | 0011111100111111001111110011111101010110 | 3f3f3f3f56 |
UTF-8 | 뫃몷몷뫜V | 11101011101010111000001111101011101010101011011111101011101010101011011111101011101010111001110001010110 | ebab83ebaab7ebaab7ebab9c56 |
UHC | 뫃몷몷뫜V | 100100011010011110010001100111111001000110011111100100011011110001010110 | 91a7919f919f91bc56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)