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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | ?燔瘻\ | 001111111110000010011000111000011001000101011100 | 3fe098e1915c |
EUC-JP | ?燔瘻\ | 001111111101111111111000111000011111000101011100 | 3fdff8e1f15c |
UTF-8 | 뤾燔瘻\ | 11101011101001001011111011100111100001111001010011100111100110001011101101011100 | eba4bee78794e798bb5c |
UHC | 뤾燔瘻\ | 10001111111010101101101111100010110101111010101001011100 | 8feadbe2d7aa5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)