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 | ???薪 | 0011111100111111001111111001000001100100 | 3f3f3f9064 |
EUC-JP | ???薪 | 0011111100111111001111111011111111000101 | 3f3f3fbfc5 |
UTF-8 | 橓릤떔薪 | 111001101010100110010011111010111010011010100100111010111001011010010100111010001001011010101010 | e6a993eba6a4eb9694e896aa |
UHC | 橓릤떔薪 | 1110001011100101100100001000011010001011101010101110001111101111 | e2e590868baae3ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)