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 | ?FY?FbE | 00111111010001100101100100111111010001100110001001000101 | 3f46593f466245 |
SJIS-WIN | ?FY?FbE | 00111111010001100101100100111111010001100110001001000101 | 3f46593f466245 |
EUC-JP | ?FY?FbE | 00111111010001100101100100111111010001100110001001000101 | 3f46593f466245 |
UTF-8 | 혪FY혪FbE | 1110110110011000101010100100011001011001111011011001100010101010010001100110001001000101 | ed98aa4659ed98aa466245 |
UHC | 혪FY혪FbE | 110000101001001001000110010110011100001010010010010001100110001001000101 | c2924659c292466245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)