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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 狆瑾璞酊 | 1110000010111100111000001111010111100000111101111110011111000010 | e0bce0f5e0f7e7c2 |
EUC-JP | 狆瑾璞酊 | 1110000010111110111000001111011111100000111110011110111011000100 | e0bee0f7e0f9eec4 |
UTF-8 | 狆瑾璞酊 | 111001111000101110000110111001111001000110111110111001111001001010011110111010011000010110001010 | e78b86e791bee7929ee9858a |
UHC | ?瑾璞酊 | 00111111110100001100100011011010110101111110111111111000 | 3fd0c8dad7eff8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)